Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't export variables from /etc/rc when doing rc_ng because the scripts | gordon | 2002-08-14 | 1 | -2/+0 |
| | | | | | | are sourced in a subshell. Submitted by: Mike Makonnen <makonnen@pacbell.net> | ||||
* | Clean up the scripts to use the new variables: | gordon | 2002-08-14 | 12 | -51/+100 |
| | | | | | | | | | | | | | | | | xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable -> mountd_enable Changing the mountd flags brings us closer to NetBSD. All of the old variable names are shimmed so you can continue to use the old variable name. Finally make /etc/rc.d/mountd no longer dependent on nfs as there are (apparently) other consumers of mountd. Submitted by: Mike Makonnen <makonnen@pacbell.net> | ||||
* | Clean up some variables that should have been done before: | gordon | 2002-08-14 | 3 | -14/+40 |
| | | | | | | | | | | | xntpd_* -> ntpd_* portmap_* -> rpcbind_* Also change single_mountd_enable to mountd_enable. We also include shims for all the old variable names. Submitted by: Mike Makonnen <makonnen@pacbell.net> | ||||
* | Move to nested include of _label.h instead of mac.h, reducing namespace | rwatson | 2002-08-14 | 2 | -2/+2 |
| | | | | | | | | pollution. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Suggested by: bde | ||||
* | Move to a nested include of _label.h instead of mac.h in sys/sys/*.h | rwatson | 2002-08-14 | 6 | -14/+8 |
| | | | | | | | | | (Most of the places where mac.h was recursively included from another kernel header file. net/netinet to follow.) Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Suggested by: bde | ||||
* | - Add the missing td argument to vn_lock that I missed in my last commit. | jeff | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | A much better description of the -q option. | dougb | 2002-08-13 | 1 | -5/+10 |
| | | | | Obtained from: Andrew Brown <atatat@NetBSD.org> | ||||
* | mdoc(7) police: minor nits. | ru | 2002-08-13 | 1 | -2/+5 |
| | | | | Approved by: imp | ||||
* | remove spurious printf | phk | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.h | dg | 2002-08-13 | 3 | -4/+3 |
| | | | | so that they can be seen by external callers. | ||||
* | Unbreak one of the most confusing breaks of the tree I've seen. | phk | 2002-08-13 | 1 | -1/+2 |
| | | | | The last commit cannot possibly have been tested. | ||||
* | Remove obsolete comment about sf_buf_* functions being static. They were | dg | 2002-08-13 | 1 | -3/+0 |
| | | | | made un-static in rev 1.114. | ||||
* | Two more variables to export: KERNELS and AUTO_KEYBOARD_DETECT. | ru | 2002-08-13 | 1 | -0/+6 |
| | | | | Submitted by: Alan Judge <Alan.Judge@eircom.net> | ||||
* | Bootstrapping aid for pre-getprogname(3) systems. | ru | 2002-08-13 | 3 | -0/+16 |
| | | | | | | Spotted by: Gareth Hopkins <gareth@za.uu.net> Approved by: nectar MFC after: 3 days | ||||
* | If a timeout is specified, make sure that rcmd() completes within | iedowse | 2002-08-13 | 1 | -0/+18 |
| | | | | | | | | | | the specified time. Previously, rsh could potentially hang indefinitely at this point even when a timeout was set, for example if the server accepts the connection and then never sends any reply. PR: bin/20042 Submitted by: Keith White <Keith.White@site.uottawa.ca> MFC after: 1 week | ||||
* | Forward define struct iovec instead of including | mux | 2002-08-13 | 1 | -1/+1 |
| | | | | sys/uio.h and polluting the namespace even more. | ||||
* | Don't depend on namespace pollution in sys/mount.h and | mux | 2002-08-13 | 4 | -0/+4 |
| | | | | include sys/uio.h. | ||||
* | mdoc(7) police: Removed redundant .Ns calls. | ru | 2002-08-13 | 13 | -21/+21 |
| | |||||
* | mdoc(7) police: untangle. | ru | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | Define 'struct label' in _label.h rather than mac.h, which will permit | rwatson | 2002-08-13 | 3 | -36/+61 |
| | | | | | | | | | | | | | us to reduce namespace pollution by doing a nested include of _label.h rather than mac.h. mac.h contains lots of baggage, whereas _label.h contains much less. A follow-up sweep to change nested inclusion will follow. The problem regarding exporting 'struct label' to userland due to excessive exporting of kernel structures to userland still needs to be resolved. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Suggested by: bde | ||||
* | Add a bugs section to mention that this device probably doesn't work | joe | 2002-08-13 | 1 | -0/+4 |
| | | | | properly. | ||||
* | mdoc(7) police: Get rid of hard sentence breaks. | ru | 2002-08-13 | 1 | -8/+15 |
| | |||||
* | mdoc(7) police: revert unapproved changes in rev. 1.43, added missing markup ↵ | ru | 2002-08-13 | 1 | -3/+5 |
| | | | | bits in rev. 1.45. | ||||
* | mdoc(7) police: nits. | ru | 2002-08-13 | 1 | -4/+6 |
| | |||||
* | mdoc(7) police: typos. | ru | 2002-08-13 | 1 | -2/+2 |
| | |||||
* | Reduce BSS size for programs which not load collate by eliminating | ache | 2002-08-13 | 2 | -10/+13 |
| | | | | static buffer. | ||||
* | mdoc(7) police: nit. | ru | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: tidy up formatting. | ru | 2002-08-13 | 1 | -11/+13 |
| | |||||
* | mdoc(7) police: revert to a valid construct. | ru | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: removed hard sentence break. | ru | 2002-08-13 | 2 | -2/+4 |
| | |||||
* | mdoc(7) police: Bump document date, removed (again) hard sentence breaks.. | ru | 2002-08-13 | 1 | -7/+14 |
| | |||||
* | mdoc(7) police: nit. | ru | 2002-08-13 | 1 | -1/+2 |
| | |||||
* | mdoc(7) police: laundry. | ru | 2002-08-13 | 1 | -18/+24 |
| | |||||
* | Use a union to access the words of a double as this is less likely | dwmalone | 2002-08-13 | 1 | -4/+8 |
| | | | | | | | | | | | | to cause bugs when gcc is more aggressively optimising things. There are still problems with dtoa mentioned in the PR - maybe Dan could suggest a patch. PR: 40209 Submitted by: Dan Lukes <dan@obluda.cz> Approved by: bde MFC after: 2 weeks | ||||
* | mdoc(7) police: laundry. | ru | 2002-08-13 | 1 | -10/+22 |
| | |||||
* | can not -> cannot. | ru | 2002-08-13 | 8 | -9/+9 |
| | |||||
* | Fix a wrong comment on (hopefully) right code. | yar | 2002-08-13 | 1 | -2/+2 |
| | | | | MFC after: 3 days | ||||
* | Add tcpd to the build - though we don't need to for inetd, someone might | dwmalone | 2002-08-13 | 1 | -0/+1 |
| | | | | | | | want it for some other service-running program. Approved by: markm MFC after: 1 week | ||||
* | mdoc(7) police: added missing paragraph breaks. | ru | 2002-08-13 | 1 | -1/+7 |
| | |||||
* | Fix command help lines: | yar | 2002-08-13 | 1 | -2/+2 |
| | | | | | | | | o PORT takes six byte values, not five. o TYPE argument is mandatory. Submitted by: demon (the 1st part) MFC after: 3 days | ||||
* | mdoc(7) police: typo and removed stray .Pp. | ru | 2002-08-13 | 1 | -2/+1 |
| | |||||
* | mdoc(7) police: pseudo-devices are gone from -CURRENT. | ru | 2002-08-13 | 1 | -19/+21 |
| | |||||
* | mdoc(7) police: nits in rev. 1.4. | ru | 2002-08-13 | 1 | -14/+18 |
| | |||||
* | mdoc(7) police: laundry. | ru | 2002-08-13 | 1 | -17/+16 |
| | |||||
* | mdoc(7) police: Consistently name options' arguments in the SYNOPSIS and ↵ | ru | 2002-08-13 | 1 | -16/+23 |
| | | | | DESCRIPTION sections.. | ||||
* | MFi386: revisions 1.354 and 1.356. | nyan | 2002-08-13 | 1 | -4/+2 |
| | | | | Remove the mpt driver entry. | ||||
* | mdoc(7) police: canonize FreeBSD in e-mail address. | ru | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: missing markup bits. | ru | 2002-08-13 | 1 | -6/+12 |
| | |||||
* | Tidy up SRCS and MAN assignments. | tjr | 2002-08-13 | 1 | -20/+13 |
| | |||||
* | mdoc(7) police: KAMEism in rev. 1.56, nits in rev. 1.58. | ru | 2002-08-13 | 1 | -3/+4 |
| |