Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add section number to .Xr | charnier | 2003-06-08 | 1 | -1/+1 |
| | |||||
* | There are 5 securelevels, not 4. | keramida | 2003-03-26 | 1 | -1/+1 |
| | | | | | PR: docs/50049 Submitted by: Colin Percival <cperciva@sfu.ca> | ||||
* | mdoc(7) police: markup laundry. | ru | 2003-02-23 | 1 | -2/+4 |
| | |||||
* | Back out the previous commit, since there could be dire consequences if | green | 2002-12-17 | 1 | -4/+0 |
| | | | | /etc/rc were accidentally executed (as requested by other committeers). | ||||
* | /home/green/tmp/cvsSFosXg | green | 2002-12-17 | 1 | -0/+4 |
| | |||||
* | Give up on a tty if opening it's special file returns ENOENT like we do for | jhb | 2002-09-27 | 1 | -1/+1 |
| | | | | | | ENXIO. Glanced at by: imp, gallatin | ||||
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -3/+3 |
| | |||||
* | can not -> cannot. | ru | 2002-08-13 | 1 | -1/+1 |
| | |||||
* | I should have committed this ages ago... | mux | 2002-08-03 | 1 | -3/+15 |
| | | | | | | Convert init(8) to use nmount() instead of mount() when it has to mount devfs. This doesn't happen normally, since the kernel is supposed to mount devfs itself. | ||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -16/+22 |
| | |||||
* | o remove __P | imp | 2002-03-20 | 1 | -160/+64 |
| | | | | | o Use ansi function definitions o unifdef -D__STDC__ | ||||
* | Remove 'register' keyword. | obrien | 2002-03-20 | 1 | -18/+18 |
| | | | | | | It does not help modern compilers, and some may take some hit from it. (I also found several functions that listed *every* of its 10 local vars with "register" -- just how many free registers do people think machines have?) | ||||
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
| | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike | ||||
* | Allow reboot during runcom. | des | 2001-10-15 | 1 | -0/+3 |
| | | | | | | PR: bin/28116 Submitted by: Valentin Nechayev <netch@netch.kiev.ua> MFC in: 1 week | ||||
* | Silence non-constant format string warnings by marking functions | kris | 2001-08-19 | 1 | -9/+9 |
| | | | | | | | as __printflike()/__printf0like(), adding const, or adding missing "%s" format strings, as appropriate. MFC after: 2 weeks | ||||
* | mdoc(7) police: protect trailing full stops of abbreviations | ru | 2001-08-10 | 1 | -2/+2 |
| | | | | with a trailing zero-width space: `e.g.\&'. | ||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -1/+1 |
| | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. | ||||
* | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | sheldonh | 2001-07-26 | 1 | -1/+1 |
| | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -11/+11 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | Fix typo which could lead to memory leak. | mikeh | 2001-06-20 | 1 | -1/+1 |
| | | | | | PR: misc/28283 MFC after: 2 weeks | ||||
* | Use new backup feature of install(1). | ru | 2001-05-28 | 1 | -7/+1 |
| | |||||
* | Back out most of revision 1.28: lists of diagnostics must use -diag, | dd | 2001-04-13 | 1 | -4/+3 |
| | | | | | | | not -tag. Instead, put a period after the error messages to aide those using dumb terminals not capable of properly displaying markup. Requested by: ru | ||||
* | Make the list in the DIAGNOSTICS section "-tag" instead of "-diag": | dd | 2001-04-10 | 1 | -2/+2 |
| | | | | | | | the former makes it more obvious as to there the error message starts and the explanation begins. PR: 26431 | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Set the default manual section for sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
| | |||||
* | Fix typo present since 1997: single used mode -> single user mode. | asmodai | 2001-03-03 | 1 | -1/+1 |
| | |||||
* | Fix a cosmetic problem with some very defensive programming: The devfs | phk | 2001-02-08 | 1 | -1/+17 |
| | | | | mount would show up as "/dev/", loose that trailing slash. | ||||
* | Further tidy up the sbin/init and release builds. | peter | 2001-01-01 | 1 | -28/+2 |
| | |||||
* | This is not necessarily the correct fix, but at least sbin/init compiles | phk | 2001-01-01 | 1 | -8/+11 |
| | | | | in a sterile environment like "make release" | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+1 |
| | |||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -1/+2 |
| | | | | Use _PATH_* where where possible. | ||||
* | Explicitly document the fact that securelevel > 0 means that kernel modules | ben | 2000-12-07 | 1 | -1/+5 |
| | | | | | | | may not be (un)loaded. PR: 23350 Submitted by: Gordon Tetlow <gordont@bluemtn.net> | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
| | |||||
* | Improve the clarification of the handling of the securelevel. | sheldonh | 2000-09-13 | 1 | -6/+2 |
| | | | | Submitted by: bde | ||||
* | Clarify the handling of the securelevel. | sheldonh | 2000-09-12 | 1 | -8/+13 |
| | | | | PR: 20974 | ||||
* | Mount DEVFS with no options. | phk | 2000-08-26 | 1 | -1/+1 |
| | |||||
* | Add MLINK init.8 --> securelevel.8 | alex | 2000-06-09 | 1 | -0/+1 |
| | | | | | | Requested by: Brett Glass <brett@lariat.org> PR: 13792 Submitted by: nik | ||||
* | Remove unused include. | asmodai | 2000-05-01 | 1 | -1/+0 |
| | |||||
* | Add include of errno.h where needed, remove extern int errno where not. | imp | 2000-04-14 | 1 | -2/+0 |
| | | | | These commits were inspired by a similar commit to netbsd. | ||||
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -1/+2 |
| | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. | ||||
* | Change DISTRIBUTION to match new world order. | markm | 2000-02-29 | 1 | -1/+1 |
| | |||||
* | detect deleted tty lines in /etc/ttys. | alfred | 2000-02-19 | 1 | -1/+25 |
| | |||||
* | Document that securelevel >= 2 clamps time changes to at most one second. | nik | 1999-12-16 | 1 | -0/+4 |
| | | | | | PR: docs/14449 Submitted by: James FitzGibbon <james@targetnet.com> | ||||
* | Correct the ttys.5 and init.8 manpages with respect to the incorrect | sheldonh | 1999-12-06 | 1 | -7/+20 |
| | | | | | | | | | assumption that only getty processes can be managed. Describe the SysV-like ability to keep arbitrary long-running processes alive using a non-device first field in /etc/ttys. PR: 12767 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> | ||||
* | Finish up umntall support. init now passed an argument to the | dillon | 1999-11-22 | 1 | -3/+8 |
| | | | | | | | | | rundown script 'reboot' or 'single'. ISO support (which never worked) has been removed from mount_nfs. mount_nfs and umount now use mounttab, which allows umntall to work properly. The rc scripts now call umntall as appropriate. Submitted by: Martin Blapp <mb@imp.ch> | ||||
* | FreeBSD kernel doesn't allow any process to decrease securelevel. So, | kato | 1999-09-06 | 2 | -8/+1 |
| | | | | | | | init(8) cannot decrease securelevel. The manual page explains this and single_user() doesn't try to downgrade kernel to insecure mode. Reviewed by: bde (manual page) | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Backup existing init(8) as /sbin/init.bak. | ru | 1999-08-05 | 1 | -3/+9 |
| | | | | | PR: 12976 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> | ||||
* | Fix a non-critical memory leak. | ru | 1999-07-23 | 1 | -4/+6 |
| | | | | | PR: 12769 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> |