summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisitepeter2005-04-142-0/+2
* Make sure we look at the correct sub op codes whenmjacob2005-04-141-3/+22
* Take constructive advice from njl && reformatmjacob2005-04-141-0/+6
* Quirk for ZICPlay USB MP3 Player.njl2005-04-141-0/+8
* It seems I introduced a new prerequisite for <machine/pcb.h> on i386,peter2005-04-141-0/+3
* Apply quirk.mjacob2005-04-141-0/+4
* Applied conservative version of suggested quirk.mjacob2005-04-141-0/+7
* Apply quirk suggested by submitter.mjacob2005-04-141-1/+1
* Do not remove logging sockets. This fixes an issue where loggingcsjp2005-04-141-0/+2
* The divide by zero panic must have been due to a bogusmjacob2005-04-141-0/+9
* Allow user processes to completely empty out their LDT, now that userpeter2005-04-141-1/+1
* Adapt the libpthread patch for using i386_set_gsbase() to libthr.peter2005-04-142-16/+41
* Use the i386_set_gsbase() syscall if it is implemented in the kernel.peter2005-04-144-32/+82
* Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methodspeter2005-04-141-13/+16
* Attempt i386_set_gsbase() before using the user_ldt code. Unimplementedpeter2005-04-141-1/+4
* Add stubs for the %fs/%gs base management calls.peter2005-04-145-0/+149
* - Remove a debugging printf that slipped in.jeff2005-04-131-1/+0
* Change the segment limits to 4GB, we set the user accessible bit on allpeter2005-04-139-67/+201
* sort and expand the prunelist in a more or less generally sensiblyphk2005-04-131-18/+82
* Introduce NANOBSD_PRUNE which can be used to zap out bits we don'tphk2005-04-131-0/+3
* Use df -iphk2005-04-131-1/+1
* Fix mss byte order, only affects synproxy code path.glebius2005-04-131-0/+2
* Add a few regression tests for printf(1).stefanf2005-04-1312-1/+38
* Assign 0.0 to the variable passed to getfloating() if the argument is missing.stefanf2005-04-131-1/+3
* Fix compile error :-(.imp2005-04-131-1/+2
* Fix an evil bug that appeared in September 2003. VM86 bios calls use twopeter2005-04-133-4/+4
* Test for NULL before use.mdodd2005-04-131-12/+11
* Add KASSERT() to warn against NULL deref.mdodd2005-04-131-0/+1
* Use pci_find_bsf() to retrieve the PCI device associated withbms2005-04-131-13/+16
* The maximum allowable alloc is 16K not (16K-1).julian2005-04-131-1/+1
* Since cbb implements the pcib_ interface, it must also implement theimp2005-04-131-0/+10
* Default to a interrupt router that returns an invalid interrupt.imp2005-04-131-1/+9
* pmap_update() is gone.cognet2005-04-131-1/+0
* Never hardcode /sys into these Makefiles. The proper way to spell it is $S.imp2005-04-139-16/+3
* NG_MKRESPONSE() macro includes sizeof struct ng_mesg when doing allocation.glebius2005-04-131-2/+1
* According to the comment in struct tty, t_modem is optional; hence we shouldavatar2005-04-131-2/+4
* Merge two slice_type_name() functions.nyan2005-04-131-23/+4
* - Remove ifdef PC98.nyan2005-04-138-1044/+68
* Remove a meaningless include.nyan2005-04-132-4/+0
* Move pc98 specific parts to the pc98 specific file.nyan2005-04-134-14/+69
* Remove ifdef PC98.nyan2005-04-132-25/+0
* Split VarFind() into a series of functions tailored for the different setsharti2005-04-131-70/+94
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-1319-64/+39
* - Change vop_lookup_post assertions to reflect recent vfs_lookup changes.jeff2005-04-131-12/+2
* - Further simplify lookup; Force all filesystems to relock in the DOTDOTjeff2005-04-131-30/+23
* Add NO_DICT handle. Saves almost 3.5 MB installed.phk2005-04-134-2/+11
* Add #defines for control fields and address bits.mdodd2005-04-131-0/+28
* Support for the GTCO Digipad.mdodd2005-04-133-0/+80
* Add a ata_setmode method so we dont panic on setmode.sos2005-04-133-4/+40
* Add the -S flag which produces the -s output withoutmdodd2005-04-132-12/+26
OpenPOWER on IntegriCloud