Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the argument of linux_sigreturn to be a pointer to a | marcel | 2000-11-23 | 1 | -1/+1 |
| | | | | struct sigframe. | ||||
* | Starting from groff(1) version 1.12, -msafer is now the default, | ru | 2000-11-23 | 1 | -0/+1 |
| | | | | | | | but index building for 13.viref requires the use of .sy request. Repair the index building by running groff(1) in unsafe -U mode. Requested by: bde | ||||
* | mdoc(7) police: misc minor fixes. | ru | 2000-11-23 | 1 | -44/+57 |
| | |||||
* | Remove extra ")". | kuriyama | 2000-11-23 | 3 | -3/+3 |
| | |||||
* | Add a forgotten mutex_exit()/KUE_UNLOCK() to kue_init(). | wpaul | 2000-11-23 | 1 | -1/+3 |
| | |||||
* | Don't unregister the ioctl handlers before we verified we | marcel | 2000-11-23 | 2 | -22/+27 |
| | | | | | | | | | | | can unload. Doing so leaves the linuxulator in a crippled state (no ioctl support) when Linux binaries are run at unload time. While here, consistently spell ELF in capitals and perform some minor style improvements. ELF spelling submitted by: asmodai | ||||
* | Correct the pathname of the history file. | grog | 2000-11-23 | 1 | -1/+1 |
| | | | | Reported by: Crist J . Clark <cjclark@alum.mit.edu> | ||||
* | New release notes: Thread supports under Linux emulation on alpha, | bmah | 2000-11-23 | 2 | -10/+52 |
| | | | | | | | | | | | | an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/ enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1), newfs(1) write combining (+MFC), config(8) buffer overflows fixed, pcm(4) drivers compiled into GENERIC by default. Other MFCs: Write combining for crash dumps. Delete a duplicated note on mergemaster(8). | ||||
* | Fix the KTR tracepoints for mtx_enter/exit/try_enter to properly order the | jhb | 2000-11-23 | 1 | -8/+7 |
| | | | | parameters for the KTR_EXTEND case. | ||||
* | Update the probe some more to deal with 16/32 bit issues. If the chip | wpaul | 2000-11-23 | 2 | -3/+32 |
| | | | | | | | | | | is already in 32-bit mode, we need to be able to detect this and still read the chip ID code. Detecting 32-bit mode is actually a little tricky, since we want to avoid turning it on accidentally. The easiest way to do it is to just try and read the PCI subsystem ID from the bus control registers using 16-bit accesses and compare that with the value read from PCI config space. If they match, then we know we're in 16-bit mode, otherwise we assume 32-bit mode. | ||||
* | Finish the job of conditionalizing the PC98 stuff. | jkh | 2000-11-22 | 2 | -6/+6 |
| | |||||
* | Remove "NODESCRYPTLINKS" it has been superseeded by "passwd_format" | obrien | 2000-11-22 | 3 | -6/+0 |
| | | | | in /etc/login.conf. | ||||
* | Add one2many subdirectory (previously forgotten). | archie | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | o fix a typo in copyright part: mdoc comment starts with .\", not ,\" | phantom | 2000-11-22 | 1 | -5/+4 |
| | | | | | | o few mdoc(7) fixes PR: docs/13218 | ||||
* | remove bogus Xref to lsdev(8) | phantom | 2000-11-22 | 1 | -2/+1 |
| | | | | PR: docs/13218 | ||||
* | o get rid lfs mentions | phantom | 2000-11-22 | 1 | -3/+3 |
| | | | | o remove non-mdoc groff's instructions | ||||
* | We do not support lfs. Remove it from list of remountable fs'es. | phantom | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | Use correct macro for path name | phantom | 2000-11-22 | 1 | -1/+1 |
| | | | | PR: docs/13218 | ||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 21 | -63/+71 |
| | |||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 55 | -99/+138 |
| | |||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | Don't go haywire if the server closes the connection in the middle of a | des | 2000-11-22 | 1 | -1/+1 |
| | | | | multiline response (proper fix this time). | ||||
* | Revert previous commit, it was somewhat hasty. | des | 2000-11-22 | 1 | -5/+1 |
| | |||||
* | Reduce number of #ifdef nestings. | asmodai | 2000-11-22 | 1 | -4/+0 |
| | | | | Submitted by: bde | ||||
* | Don't go haywire if the server closes the connection during a multiline | des | 2000-11-22 | 1 | -1/+5 |
| | | | | response. | ||||
* | Add a note asking committers to update make.conf.5 when they update this. | ben | 2000-11-22 | 2 | -0/+8 |
| | |||||
* | Add two new manual pages to document the various options available in | ben | 2000-11-22 | 2 | -0/+632 |
| | | | | | | | | make.conf, and the /usr/src building process. PR: 22676 Submitted by: Mike Meyer <mwm@mired.org> Reviewed by: nik, sheldonh | ||||
* | mdoc(7) police: fixed typo. | ru | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: add the missing and required .Dd macro call. | ru | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | Create temporary files in a secure directory, instead of using multiple | kris | 2000-11-22 | 2 | -7/+9 |
| | | | | | | | filenames based on a single invocation of mktemp() in /tmp, which is easily predictable after the first one. Audited by: markm | ||||
* | Use secure temporary filenames during build. | kris | 2000-11-22 | 2 | -8/+9 |
| | | | | Audited by: markm, cracauer | ||||
* | (null commit) | ru | 2000-11-22 | 0 | -0/+0 |
| | | | | | | Previous commit has wrong log message. The correct one is: mdoc(7) police: do not split author names in the AUTHORS section. | ||||
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 97 | -196/+160 |
| | |||||
* | log | ru | 2000-11-22 | 12 | -9/+25 |
| | |||||
* | mdoc(7) police: use the new feature of the An macro. | ru | 2000-11-22 | 2 | -48/+28 |
| | |||||
* | Make An macro understand two special arguments, -nosplit | ru | 2000-11-22 | 2 | -7/+26 |
| | | | | | | and -split. See the mdoc.samples(7) manpage for details. Reviewed by: sheldonh | ||||
* | mdoc(7) police: minor cleanup. | ru | 2000-11-22 | 2 | -8/+10 |
| | |||||
* | Protect the following with a lockmgr lock: | jake | 2000-11-22 | 20 | -15/+90 |
| | | | | | | | | | | | | allproc zombproc pidhashtbl proc.p_list proc.p_hash nextpid Reviewed by: jhb Obtained from: BSD/OS and netbsd | ||||
* | Protect the bounce page list with a mutex instead of using splhigh(). | dfr | 2000-11-22 | 1 | -14/+13 |
| | |||||
* | Install DELAY(9). | alfred | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | Document the DELAY() function. | alfred | 2000-11-22 | 1 | -0/+47 |
| | |||||
* | Add `password_format=md5' to the default settings. I've had this locally | obrien | 2000-11-21 | 1 | -0/+8 |
| | | | | | | | | for a while, but a recent email to -stable suggests it should be spelled out as the documentation of "password_format" is sparse. Also add a `des_users' entry. Submitted by: Sean O'Connell <sean@stat.Duke.EDU> | ||||
* | Fix a logic reversal: the RFFDG flag must be unset in order to share | jlemon | 2000-11-21 | 1 | -3/+6 |
| | | | | | | a file descriptor table. (Thanks to Alan Cox) Clarify the fact that the changelist and eventlist can be shared. | ||||
* | Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best to | bmilekic | 2000-11-21 | 1 | -11/+33 |
| | | | | | | conform to line break mdoc FreeBSD standards, although I am new to this. Reviewed by: sheldonh | ||||
* | Ahem, fix the disclaimer portion of the copyright so it disclaim's the | jhb | 2000-11-21 | 1 | -2/+2 |
| | | | | | | | voices in my head. You can sue the voices in Bill Paul's head all you want. Noticed by: jhb | ||||
* | Devices that are running at splimp MUST use ng_queue_data() | julian | 2000-11-21 | 1 | -2/+1 |
| | | | | | | | | | instead of ng_send_data(). The latter could lead to running the IP stack at splimp instead of splnet, (among other problems) (that MAY be safe but I wouldn't count on it). Noticed while preparing a new set of netgraph stuff. | ||||
* | Add new man page to the mix. | markm | 2000-11-21 | 1 | -0/+1 |
| | |||||
* | Whitespace-only change. Tidy up, alphabetise and wrap. | markm | 2000-11-21 | 1 | -8/+16 |
| | |||||
* | Protect p_wchan with sched_lock in selwakeup(). | jlemon | 2000-11-21 | 1 | -0/+2 |
| | |||||
* | Assembler fixes. | markm | 2000-11-21 | 7 | -16/+16 |
| | | | | | | Fix opcodes that were typed as ".byte 0xNN, 0xMM" when an older assembler could not recognise the newer Pentium instructions. Reviewed by: jhb |