Baptiste Daroussin
5e2a209a27
Fix world after byacc import:
...
- old yacc(1) use to magicially append stdlib.h, while new one don't
- new yacc(1) do declare yyparse by itself, fix redundant declaration of
'yyparse'
Approved by: des (mentor)
2012-05-22 16:33:10 +00:00
Rebecca Cran
e267ef95d5
Don't generate input() since it's not used.
2010-11-22 14:16:22 +00:00
Maksim Yevmenkin
d37245a0de
Clenup code a bit and do not call fork(2) before dameon(3) where not needed.
...
MFC after: 1 month
2009-02-04 22:04:06 +00:00
Maksim Yevmenkin
6e9bee6438
Pacify new GCC4 warnings.
...
Submitted by: kan
MFC after: 1 week
2006-09-21 17:16:37 +00:00
Maksim Yevmenkin
831a4264af
Use socklen_t instead of int32_t where appropriate to pacify new GCC4
...
warnings.
Submitted by: kan
MFC after: 1 week
2006-09-21 02:32:28 +00:00
Markus Brueffer
cda869c9db
- Grammar fixes
...
- Reword one sentence
Approved by: brueffer
MFC after: 3 days
2006-02-11 15:36:37 +00:00
Ruslan Ermilov
59a3c79da6
Sort sections.
2005-01-18 20:02:45 +00:00
Maksim Yevmenkin
8dc77a6163
Add missing #include
...
Bump WARNS level to 2
PR: bin/71668
Submitted by: Dan Lukes <dan@obluda.cz>
MFC after: 3 days
2004-09-14 20:04:33 +00:00
Maksim Yevmenkin
2aa65cf739
- One can use both BD_ADDR or name to specify address of the Bluetooth device.
...
Update man pages to document this fact.
- Update usage messages
- Change u_intXXX to uintXXX
2004-08-05 16:32:41 +00:00
Ruslan Ermilov
9cdb6ee164
Assorted markup, grammar, and spelling fixes.
2004-06-13 18:03:44 +00:00
Maksim Yevmenkin
079a8a3e69
Use uint instead of u_int
2004-04-09 23:58:53 +00:00
Maksim Yevmenkin
4b1493e53d
Fix uncontrolled access to the buffer in rfcomm_sppd(1).
...
Fix typo in hcsecd(8) man page.
Submitted by: Guido Falsi <mad@madpilot.net>
Reviewed by: imp (mentor)
Approved by: imp (mentor)
2003-12-19 18:15:56 +00:00
Maksim Yevmenkin
0986ab12e4
Update Bluetooth code.
...
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
2003-10-12 22:04:24 +00:00
Julian Elischer
f41b6466cc
Account for the fact that "buildworld" builds in the 'obj' tree
...
Pointed out by: Andrew Gallatin <gallatin@cs.duke.edu>
2003-06-24 18:45:22 +00:00
Ruslan Ermilov
72f00208e5
Reapply mdoc(7) fixes that got accidentally lost in the last
...
Bluetooth update, and fix a few more issues.
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru
Approved by: re (blanket)
2003-05-20 21:01:21 +00:00
Julian Elischer
1a63eb31c7
Part 2 of the commit if new bluetooth code.
...
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>
Approved by: re@
2003-05-10 21:50:37 +00:00