summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an arguments order in check_uidgid() call.maxim2003-11-201-2/+2
* This commit was generated by cvs2svn to compensate for changes in r122912,des2003-11-201-9/+11
|\
| * MFP4: fix confusion about the layout of resp (#42758)des2003-11-201-9/+11
* | Remove unneeded file. (could be repo removed as nothing ever referenced it.)alfred2003-11-201-101/+0
* | A variety of content cleanups:rwatson2003-11-201-22/+70
* | No need to copy sysinstall into a jail with -CURRENT, since inrwatson2003-11-201-10/+2
* | eliminate an unnecessary 8Kbyte bzero that was being done for eachsam2003-11-191-8/+5
* | Clean up one more sentence that was wrapped unnecessarily.njl2003-11-191-2/+1
* | Update the man page for hw.acpi.reset_video and a few mdoc(7) cleanups.njl2003-11-191-7/+8
* | Improve the section on Cx states, documenting the removal of -1 as anjl2003-11-191-2/+9
* | * Add a DEVMETHOD for acpi so that child detach methods get called. Addnjl2003-11-192-109/+204
* | Make init statically linked by default. It's not worth the pain of havinggordon2003-11-191-0/+2
* | - Avoid a lock-order reversal between Giant and a system map mutex thatalc2003-11-191-2/+4
* | Sync with i386.peter2003-11-191-3/+7
* | Force a staticly linked /bin and /sbin for ia64. The necessary changesmarcel2003-11-192-2/+2
* | Fix problem where initgroups would silently truncate groups withdds2003-11-191-2/+7
* | Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actuallyjhb2003-11-191-0/+22
* | - Add counts to the ATPIC interrupt sources and point the ATPIC interruptjhb2003-11-191-6/+17
* | Off by one error in malloc.phk2003-11-191-1/+1
* | Documented missing EINVAL errno valuedds2003-11-191-0/+6
* | o Remove @- from the ln and change it to a -sf. This was bogus, andimp2003-11-199-9/+7
* | Fix vnode locking in fdesc_setattr. Lock vnode before invokingkan2003-11-191-5/+5
* | Do not call VOP_GETATTR in getdents function. It does not serve anykan2003-11-192-12/+0
* | Lower the maximum ACK timeout for GRE packets from 10 to 1 second.archie2003-11-181-1/+1
* | Use the class->init() to hitch up preload devices, rather than rely onphk2003-11-181-2/+6
* | Call class->init() an class->fini() while the class is hooked up,phk2003-11-181-3/+5
* | Add support for the SiS964 ATA/SATA southbridge.sos2003-11-182-9/+19
* | Work around the problem that some CDROM drives might return differentsos2003-11-181-3/+5
* | Hackfix to patch around a kernel panic I introduced. Real fix tomarkm2003-11-181-0/+4
* | Install the user trap handlers that libc provides from a constructor, sojake2003-11-181-0/+2
* | Replace the dangerous strcpy() call with strlcpy(), instead of the safe onetjr2003-11-181-2/+2
* | Fix a harmless bug and add a ')' in a debugging printf.phk2003-11-181-2/+2
* | Use UMA zone allocator for Biba and MLS labels rather than MALLOC(9).rwatson2003-11-182-12/+12
* | Catch up with the latest in device naming.obrien2003-11-181-5/+5
* | Revert a NOOP change to Makefile that slipped into the last commit.rwatson2003-11-181-1/+0
* | Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-1839-40/+494
* | Document that the live dump command (`dump -L') creates its snapshotmckusick2003-11-181-1/+12
* | Clarify UPDATING language: do buildworld before buildkernel, andrwatson2003-11-171-4/+4
* | Merged from sys/dev/sio/sio.c revisions 1.415 and 1.416.bde2003-11-172-20/+26
* | Overhaul the entropy device:markm2003-11-175-123/+101
* | Add a sysctl, security.bsd.see_other_gids, similar in semanticsrwatson2003-11-171-2/+51
* | Staticize label_default_head to prevent it from leaking out of mac.c.rwatson2003-11-171-1/+1
* | In rip_abort(), unlock the inpcb if we didn't detach it, or we maycognet2003-11-171-0/+2
* | move rate control change messages under ath_debugsam2003-11-171-2/+2
* | Fixed two memory leaks.ru2003-11-171-1/+3
* | Check the correct set of interface flags and fix a memory leak.ru2003-11-171-1/+2
* | o fix WEP use in hostap mode; need to reset the pointer to thesam2003-11-171-1/+2
* | on a beacon miss try to reassociate before starting a scansam2003-11-171-2/+9
* | Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation.rwatson2003-11-171-1/+5
* | - Change the i386's sf_buf implementation so that it never allocatesalc2003-11-172-27/+50
OpenPOWER on IntegriCloud