summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* Add SMP changes as should have been committed as rev 1.28peter2003-11-171-26/+7
* Restore file accidently killed in the crossfire from the smp commit.peter2003-11-171-0/+152
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-1750-2298/+1113
* - Mark ksq_assigned as volatile so that when this code is used withoutjeff2003-11-171-3/+3
* - Remove long dead code. rslices hasn't been used in some time and neitherjeff2003-11-171-52/+4
* correct to look right interface.ume2003-11-171-1/+1
* Oh, how embarresing. I broke my own platform. :-)peter2003-11-171-4/+4
* Tweaked the siointr1() so that it works better at 921600 bps, especiallybde2003-11-171-0/+5
* Widen the enable/disable helper function's argument in line with thepeter2003-11-1715-67/+45
* Expand the argument to the ithread enable/disable helper hooks from anpeter2003-11-172-9/+9
* Ignore errors on ln. This is a quick fix for the make depend twice inimp2003-11-171-1/+1
* Fixed pedantic warnings for statement-expressions using __extension__bde2003-11-172-8/+8
* Copy ukbdmap.h rules from .i386.imp2003-11-171-0/+6
* Fixed a pedantic syntax error (a stray semicolon at the end ofbde2003-11-173-3/+3
* Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, butgreen2003-11-172-0/+3
* Fixed pedantic syntax errors. Many macros didn't permit a semicolon afterbde2003-11-171-3/+6
* Avoid a warning for compiling with `gcc -Wbad-function cast'. (Thisbde2003-11-171-1/+5
* Don't implement mpo_destroy() for Biba, LOMAC, and MLS, as theyrwatson2003-11-173-21/+0
* Update a comment about needing to fix NFS server credential userwatson2003-11-171-1/+1
* - Remove unnecessary synchronization from sf_buf_init(). (There is onlyalc2003-11-167-14/+0
* Implement sockets support for __mac_get_fd() and __mac_set_fd()rwatson2003-11-1612-7/+124
* Don't waste so much space for the latency debugging buffer. Its sizebde2003-11-161-10/+8
* Gross kludge:imp2003-11-161-0/+8
* Fix build on alphakris2003-11-161-0/+1
* Implement mac_get_peer(3) using getsockopt() with SOL_SOCKET andrwatson2003-11-162-0/+2
OpenPOWER on IntegriCloud