summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Pass the HCDP table address to the kernel. If no such table exists,marcel2002-12-108-28/+33
* Default policies to on: if you load them or compile them into yourrwatson2002-12-107-7/+7
* Play nice with GEOM and use the appropriate ioctls for getting thescottl2002-12-101-20/+12
* The exit() function has been moved to libefi.c to better deal withmarcel2002-12-101-39/+0
* Change the startup code to fix a memory leak and to allow us tomarcel2002-12-105-41/+141
* o Make all GUID variables global to maximize reuse.marcel2002-12-102-42/+64
* Build EFI with -fshort-wchar so that L"some string" works with themarcel2002-12-101-1/+1
* Remove _putchar, _puts and _puthex. These functions are unused.marcel2002-12-102-202/+4
* Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storagejulian2002-12-1014-280/+198
* Fix a panic unloading the bktr driver when devfs is in use.roger2002-12-091-10/+2
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-0923-158/+199
* Document that ENABLE_VFS_IOOPT is dangerous. Please don't use it.rwatson2002-12-091-0/+3
* MFNetBSD: (partial 1.133)joe2002-12-091-0/+2
* MFNetBSD:joe2002-12-091-5/+0
* Don't corrupt the ED list whilst removing an entry.joe2002-12-091-1/+1
* Add the GUID of the DIG64 HCDP table.marcel2002-12-081-0/+3
* Use one of the bi_spare entries for the DIG64 HCDP table address.marcel2002-12-081-1/+2
* Disable SMP. It reduces the chance that the kernel boots. On topmarcel2002-12-081-1/+1
* The boot manager sets the watchdog timer to 5 minutes before invokingmarcel2002-12-082-12/+20
* In efi_cons_poll we check if a key is present (pending) by checkingmarcel2002-12-081-4/+10
* Fix emulation of the fcntl64() syscall. In Linux, this is exactlyiedowse2002-12-081-39/+33
* Correct alphabetization of awi entry.rwatson2002-12-081-1/+1
* To avoid lock order reversals in getnewvnode(), the call to uma_zfree()alc2002-12-081-3/+11
* Move the awi module build dependency into the MACHINE_ARCH=i386 entry.rwatson2002-12-081-3/+2
* MFS: recognize gre packets used in the WCCP protocol.sobomax2002-12-072-1/+9
* Hook up the awi module for build on i386 and pc98, which appear to berwatson2002-12-071-1/+3
* Fix a bug which caused signals on YUV images to fail.roger2002-12-071-7/+6
* fix connecting to (samba) server when share-level security is in effectfjoe2002-12-071-1/+1
* Fix linking problem when atadisk is not use in ata-all.csos2002-12-063-3/+19
* Exclude yet more interrupt mapping registers from the OBIO INO search,tmm2002-12-061-2/+2
* Reduce and improve debug messages.simokawa2002-12-065-30/+47
* More tightly verify the preference returned for the new inode.mckusick2002-12-061-1/+1
* Add "disabled" hints to all of the uncommon ISA devices that are injhb2002-12-052-0/+24
* Back out rev 1.7 -- I'm not sure we're ready for it and I can't test it.obrien2002-12-051-1/+1
* Our binary output format is now "elf64-ia64-little-freebsd".obrien2002-12-051-1/+1
* In the NFSv3 `fsinfo' procedure reply, don't claim that we supportiedowse2002-12-051-2/+2
* Welcome to 5.0-RC.murray2002-12-051-1/+1
* The sequencer downloading code assumes that all jumpscottl2002-12-051-3/+5
* Remove an unused variable that snuck in the last commit.anholt2002-12-041-1/+1
* Last minute fixes to ahc and ahd:scottl2002-12-046-47/+94
* Remove a const that generates a warning: the const isn't strictlyrwatson2002-12-041-1/+1
* Hold the page queues lock around calls to pmap_remove().alc2002-12-042-0/+4
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theanholt2002-12-041-62/+17
* MFi386: revision 1.551.nyan2002-12-042-6/+12
* Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-045-5/+5
* Add support for the PC98 platform to the ATA driver.sos2002-12-0312-44/+614
* Have to use bread() rather than UFS_BALLOC() when obtaining amckusick2002-12-031-24/+30
* License tweak: remove clause 3 per permission of NAI.rwatson2002-12-032-6/+0
* Unhook the old LOMAC module, now replaced with mac_lomac.rwatson2002-12-0332-6860/+0
* Properly account for prefetchable memory when a request is being made.imp2002-12-031-47/+112
OpenPOWER on IntegriCloud