summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().alc2002-12-032-2/+6
* Implement DIOCGDINFO for volumes. newfs will no longer build a filegrog2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the devicegrog2002-12-021-23/+24
* Use the hotspot code to prevent people from overwriting their disklabelphk2002-12-021-11/+90
* Add a simplified version of the hot-spot code to enable us to protectphk2002-12-022-8/+95
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-0211-48/+76
* Remove a workaround for a binutils bug that was fixed in the recenttmm2002-12-021-19/+4
* Hold the page queues lock when calling pmap_unwire_pte_hold() oralc2002-12-022-6/+20
* Fix a dumb bug that broke net booting on sparc64. The wrong length wasjake2002-12-021-1/+1
OpenPOWER on IntegriCloud