summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-2154-1178/+1155
* - Do not pretend to compile a kernel and remove the definitionrobert2002-08-211-2/+0
* Use the _STA method of a battery control method to see if a battery isjhb2002-08-211-10/+16
* - Define the macro _KERNEL to pretend we are compiling a kernel.robert2002-08-211-1/+2
* Create new functions in_sockaddr(), in6_sockaddr(), andtruckman2002-08-215-84/+130
* Fix for stand-alone compilingscottl2002-08-211-0/+4
* - Document two cases, one in vget and the other in vn_lock, where the statejeff2002-08-212-0/+2
* - If vn_lock fails with the LK_INTERLOCK flag set, interlock will not bejeff2002-08-211-2/+3
* - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKEDjeff2002-08-214-8/+90
* When setting the WI_RID_ENCRYPTION mode, we have to conditionallyimp2002-08-211-11/+20
* comment about the magic number -149imp2002-08-211-0/+6
* Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfigimp2002-08-211-0/+1
* - Hold the vnode lock across unlink() so that the v_vflag check is safe.jeff2002-08-212-30/+40
* Keep subdirectory list sorted.archie2002-08-201-2/+2
* A chunk of cleanup, both stylistic and substantive.mjacob2002-08-206-330/+1021
* Add ng_l2tp module.archie2002-08-202-2/+9
* New L2TP netgraph node type.archie2002-08-205-1/+1644
* Whitespace and style fixes.jhb2002-08-201-12/+15
* When declaring local variables in macros, always use "_name" insteadarchie2002-08-201-33/+34
* Remove duplicate vinum entry.nyan2002-08-201-2/+1
* Merged from sys/dev/syscons/syscons.c revisions 1.386 and 1.387.nyan2002-08-201-5/+58
* Use the __BUS_ACCESSOR macro for NEXUS_ACCESSORmux2002-08-203-42/+6
* - Use the __BUS_ACCESSOR macro for EISA_ACCESSOR insteadmux2002-08-201-14/+4
* Implement list of EA return functionality.phk2002-08-201-9/+33
* Back out last commit. Needs slightly more subtle handling.orion2002-08-201-33/+35
* Remove the possibility of a race condition when reading the . and ..scottl2002-08-201-15/+16
* Don't abuse the stack when translating names.scottl2002-08-201-10/+12
* Merge changes in GENERIC to reduce difference (mostly cosmetic).kuriyama2002-08-201-10/+14
* Use mv -f. Otherwise if you accidently build as root, and then as a user,obrien2002-08-201-2/+2
* Prefer NULL to 0 when passing a NULL pointer.rwatson2002-08-202-2/+2
* Provide stub mpo_syscall() implementations for mac_none and mac_test.rwatson2002-08-203-0/+27
* Correct one more errant whitespace nit that crept in during changesrwatson2002-08-201-1/+1
* Handle one more case of a fifofs filetmp: set filetmp.f_cred torwatson2002-08-201-2/+3
* Untangle this warning a bit:peter2002-08-202-2/+2
* remove unit counts from atkbdc, pckbd, scpeter2002-08-208-17/+17
* de-count pcbkdpeter2002-08-201-1/+1
* de-count pckbd for pc98. This file is only compiled if NPCKBD was 1,peter2002-08-202-18/+10
* de-count atkbdc and sc. Folks, remove the '1' from 'device sc 1' andpeter2002-08-195-9/+9
* de-count atkbdc. I have more extensive patches to make properly dynamic,peter2002-08-192-4/+2
* de-count schistory.c. The handling of NSC was rather bogus here and waspeter2002-08-191-4/+13
* Typo fix.mux2002-08-191-1/+1
* style(9) nit.mux2002-08-191-1/+1
* Use the __BUS_ACCESSOR macro for PCIB_ACCESSOR instead ofmux2002-08-191-14/+2
* Stop trying to align malloc()ed memory. Rely on malloc() instead, just likesemenu2002-08-192-25/+18
* Close a race in process label changing opened due to dropping therwatson2002-08-199-63/+90
* Do not reset card in epic_freebsd_attach() as reset is done insemenu2002-08-191-7/+0
* Regen.rwatson2002-08-195-6/+6
* mac_syscall is now implemented, switch to MSTD.rwatson2002-08-191-1/+1
* Enclose IPv6 addresses in brackets when they are displayed printable with ajmallett2002-08-193-7/+15
* Fix a couple of bogus return values in previous commit.brooks2002-08-191-3/+2
OpenPOWER on IntegriCloud