Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Urge the reader to start using getaddrinfo(3) and getnameinfo(3) | ru | 2001-08-08 | 1 | -0/+14 |
| | | | | | | | protocol-independant functions that don't use static memory area. Suggested by: nik Liked by: ume, brian | ||||
* | Silence some more warnings, mostly from `-W -Wwrite-strings'. | tg | 2001-08-08 | 18 | -649/+778 |
| | |||||
* | mdoc(7) police: remove whitespace at EOL. | ru | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-08-08 | 1 | -4/+5 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-08-08 | 1 | -7/+8 |
| | |||||
* | mdoc(7) police: markup, grammar, and spelling nits. | ru | 2001-08-08 | 8 | -49/+48 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-08-08 | 1 | -7/+8 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-08-08 | 1 | -16/+11 |
| | |||||
* | Fixed typo. | ru | 2001-08-08 | 2 | -2/+2 |
| | | | | PR: docs/29532 | ||||
* | s/vm_page_io_finised/vm_page_io_finished/ | ru | 2001-08-08 | 1 | -1/+1 |
| | | | | Submitted by: Chad David <davidc@colnta.acns.ab.ca> | ||||
* | mdoc(7) police: fixed spelling of vm_page_io_finished(), fixed markup. | ru | 2001-08-08 | 1 | -5/+9 |
| | |||||
* | Update ptrace(2) re: PT_READ_U and PT_WRITE_U | peter | 2001-08-08 | 1 | -45/+0 |
| | |||||
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 17 | -444/+2 |
| | | | | | | | | | | | | are a really nasty interface that should have been killed long ago when 'ptrace(PT_[SG]ETREGS' etc came along. The entity that they operate on (struct user) will not be around much longer since it is part-per-process and part-per-thread in a post-KSE world. gdb does not actually use this except for the obscure 'info udot' command which does a hexdump of as much of the child's 'struct user' as it can get. It carries its own #defines so it doesn't break compiles. | ||||
* | We do not have UPAGES following the tail end of the user VM space anymore. | peter | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | Improve the example FreeBSD/Beastie poster a bit: | phk | 2001-08-07 | 1 | -5/+5 |
| | | | | | | Move Kirks copyright up above the bottom banner. Use the right font in the bottom banner. Move the bottom banner up so inkjet printers can print it. | ||||
* | Document removal of hardware support from installkernel. Reflects: | wilko | 2001-08-07 | 2 | -0/+14 |
| | | | | | | | | | | | | | | | | | | obrien 2001/07/21 10:38:46 PDT Modified files: release/alpha dokern.sh Log: Fix the install kernel on a 1.44MB floppy again. I had to be aggressively Draconian to succeed. I diked out: + Multia, NoName, PC/EB 64, Aspen Alpine support. + SCSI tape support + AMI MegaRAID controller support + All parallel bus support (includes PLIP) + vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915), sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)), wb (Winbond W89C840F) support. | ||||
* | Allow the user to specify port ranges against which to match inet sockets. | des | 2001-08-07 | 2 | -3/+76 |
| | | | | Suggested by: roam | ||||
* | Move all the prototypes to one place. | dd | 2001-08-07 | 1 | -3/+2 |
| | |||||
* | Introduce a force option, MD_FORCE, that instructs the driver to | dd | 2001-08-07 | 4 | -2/+15 |
| | | | | | | | | | | | | | | | | bypass some extra anti-foot-shooting measures. Currently, its only effect is to allow detaching a device while it's still open (e.g., mounted). This is useful for testing how the system reacts to a disk suddenly going away, which can happen with some removeable media. At this point, the force option is only checked on detach, so it would've been possible to allow the option to be passed with the MDIOCDETACH operation. This was not done to allow the possibility of having the force flag influence other tests in the future, which may not necessarily deal with detaching the device. Reviewed by: sobomax Approved by: phk | ||||
* | Grab Giant arond page faults. ia64 boots again in the simulator now. | jhb | 2001-08-07 | 1 | -4/+4 |
| | |||||
* | Adding missing () in a KASSERT format string. | scottl | 2001-08-07 | 1 | -1/+1 |
| | | | | Submitted by: brandt@fokus.gmd.de | ||||
* | mdoc(7) police: | ru | 2001-08-07 | 119 | -756/+652 |
| | | | | | | | 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. | ||||
* | Add libxslt and its dependencies. | nik | 2001-08-07 | 1 | -0/+4 |
| | | | | Submitted by: John Hay | ||||
* | Apply pending /etc/ttys changes before calling editor on it | ache | 2001-08-07 | 2 | -0/+2 |
| | | | | Approved by: rwatson | ||||
* | mdoc(7) police: markup/spelling nits. | ru | 2001-08-07 | 1 | -4/+8 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-08-07 | 1 | -5/+12 |
| | |||||
* | mdoc(7) police: removed hard sentence breaks. | ru | 2001-08-07 | 1 | -3/+5 |
| | |||||
* | s/should must/must/ plus markup nit. | ru | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: bump document date for the previous delta. | ru | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: sort xrefs. | ru | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: bump document date for the previous delta, fix markup. | ru | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-08-07 | 1 | -4/+16 |
| | |||||
* | mdoc(7) police: we use .Va for sysctl(8) MIB variables. | ru | 2001-08-07 | 1 | -2/+1 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -21/+24 |
| | | | | | | | - Added SYNOPSIS - Removed HISTORY information from DESCRIPTION - Removed whitespace at EOL - Minor markup nits | ||||
* | mdoc(7) police: removed hard sentence breaks and trailing whitespaces. | ru | 2001-08-07 | 1 | -3/+5 |
| | |||||
* | In preparation for MFC of sysinstall changes to edit /etc/ttys in | rwatson | 2001-08-07 | 6 | -8/+8 |
| | | | | | | | post-install config, reduce the potential confusion from the existence of both configTTYs and configTtys by renaming configTTYs to configEtcTtys. While this is not a C naming conflict, it was probably a poor choice of names on my part. | ||||
* | More spelling fixes. | ru | 2001-08-07 | 1 | -3/+3 |
| | |||||
* | mdoc(7) police: sort xrefs. | ru | 2001-08-07 | 1 | -1/+1 |
| | |||||
* | Merged from sys/dev/syscons/syscons.c revisions 1.370, 1.371 and 1.372. | nyan | 2001-08-07 | 1 | -85/+167 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2001-08-07 | 1 | -1/+2 |
| | |||||
* | dialog(3) -> dialog_noyes(3). | ru | 2001-08-07 | 1 | -1/+2 |
| | |||||
* | Merged from sys/dev/syscons/scterm-sc.c revision 1.16. | nyan | 2001-08-07 | 2 | -52/+120 |
| | |||||
* | Don't call wakeup() while we are in DDB. The patch was | yokota | 2001-08-07 | 1 | -3/+16 |
| | | | | | | developed by bde. I added the same check in one more place where wakeup() might be called during the DDB session. Submitted by: bde | ||||
* | Spelling. | mckay | 2001-08-07 | 1 | -2/+2 |
| | |||||
* | Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'. | tg | 2001-08-07 | 14 | -66/+39 |
| | |||||
* | Fix some fractured english. The translators can ignore this. | markm | 2001-08-07 | 1 | -5/+9 |
| | |||||
* | Hopefully squish the problem of mm creating sendmail files in | dougb | 2001-08-07 | 1 | -1/+3 |
| | | | | | | | | the source tree once and for all. Pointed out by: A cast of thousands Reviewed by: asmodai | ||||
* | Document sx_try_[sx]lock(). | jasone | 2001-08-07 | 2 | -0/+19 |
| | |||||
* | Constify, staticize, and set WARNS=2. | mike | 2001-08-06 | 2 | -9/+11 |
| | | | | MFC after: 3 days | ||||
* | Add PCI ID for Cisco Aironet 350 Series cards. The patch differs | brooks | 2001-08-06 | 1 | -0/+2 |
| | | | | | | | slightly from the submitted one. PR: kern/29415 Submitted by: Bob Fleck <rfleck@cigital.com> |