summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement CLOCK_MONOTONIC.phk2003-02-232-2/+4
* - Added macros PDESHIFT and PTESHIFT, use these instead of magic constantsjake2003-02-239-18/+26
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbacksam2003-02-236-32/+81
* Workaround for compiling LINT. Large kernels (like LINT) can havemarcel2003-02-231-20/+32
* Fix compilation on non-i386 machines. Inconsistent conditionalmarcel2003-02-231-3/+5
* Drop down Apple Partition Map code that has been in use by somegrehan2003-02-231-84/+168
* Fix compilation on alpha. Pointy hat to Marcel.orion2003-02-231-1/+1
* Add a new config option IPSEC_FILTERGIF to control whether or notsam2003-02-233-0/+19
* The root of the splay tree maintained within the pm_pteobj always refersalc2003-02-224-52/+18
* unsigned -> pt_entry_t.jake2003-02-222-8/+8
* Add a /a modifier to the show ktr ddb command, which prints the whole tracejake2003-02-221-1/+7
* o Add back support for DXS channels.orion2003-02-222-84/+302
* Expose powerpc_mb() to user-space. Currently needed for atomic.h users,grehan2003-02-221-0/+10
* Check to see if the TF_DELACK flag is set before returning fromjlemon2003-02-222-16/+14
* Don't panic when enumerating SYSCTL_NODE() nodes without any childrenrwatson2003-02-221-1/+2
* Make xl use m_getcl() to allocate an mbuf and a cluster in one shot,bmilekic2003-02-221-19/+5
* It is pretty evident that nobody loves this file anymore, so retire itphk2003-02-221-65/+0
* Use DISKFLAG_OPEN rather than maintaining our own flag.phk2003-02-221-23/+2
* Use nullclose(), not noclose().phk2003-02-221-1/+1
* Don't use mbuf allocator flags for malloc(9).phk2003-02-221-2/+4
* Use the standard DISKFLAG_OPEN instead of implementing our own.phk2003-02-222-19/+2
* Use system noioctl() instead of homerolled.phk2003-02-221-9/+1
* NO_GEOM cleanup: unifdef -UNO_GEOMphk2003-02-222-29/+0
* NO_GEOM cleanup:phk2003-02-221-68/+16
* Add the ability to limit the number of IP fragments allowed per packet,silby2003-02-222-4/+29
* Remove a comment which hasn't been true since rev. 1.158mtm2003-02-221-1/+0
* Export the name of the device used to mount the root file system asrwatson2003-02-221-0/+24
* This patch fixes a deadlock between the bufdaemon and a process takingmckusick2003-02-221-7/+43
* This patch fixes a bug on an active filesystem on which a snapshotmckusick2003-02-223-1/+47
* This patch fixes a bug in the logical block calculation macros somckusick2003-02-222-7/+7
* NO_GEOM cleanup: Convert CCD(4) to be use "struct disk*" instead of "dev_t"phk2003-02-213-11/+11
* - m = m_gethdr(M_NOWAIT, MT_HEADER);phk2003-02-212-2/+2
* Nuke EPIC_MGETCLUSTER entirely. Since 1.60 we don't use it anymore andbmilekic2003-02-211-13/+0
* Missing M_TRYWAIT from so_upcall third argument.peter2003-02-212-2/+2
* NO_GEOM cleanup:phk2003-02-2110-40/+51
* Some style fixes.bmilekic2003-02-211-10/+10
* NO_GEOM cleanup:phk2003-02-2113-16/+14
* Overhaul the targets and hope this is now much more readable.ru2003-02-212-61/+24
* If UTS kernel is calling kse_wakeup for itself, do nothing.davidxu2003-02-212-6/+12
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-217-365/+1117
* The ancient and outdated concept of "privileged ports" in UNIX-typecjc2003-02-211-2/+15
* Oops, forgot to put back debug level.simokawa2003-02-211-1/+1
* remove unused code.simokawa2003-02-211-1/+2
* Fix typosimokawa2003-02-211-1/+1
* Don't scan lun by myself while boot process leave it CAM to scan the bus.simokawa2003-02-211-8/+27
* Clean up viachan_init.orion2003-02-211-9/+13
* Fix assignment of record sgd_addr and clean up via8233chan_init.orion2003-02-211-10/+13
* On detach, don't remove the child from our list of children unless it hasscottl2003-02-201-1/+1
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-2021-89/+110
* First round off updates/fixes to the ATA driver.sos2003-02-2022-2456/+2606
OpenPOWER on IntegriCloud