summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Make bdev userland access work like cdev userland access unlessphk1999-08-302-0/+6
* Converted the silly SAFTEY option into a new-style option by renaming it tobde1999-08-302-12/+0
* ident GENERIC -> ident PCCARDiwasaki1999-08-291-1/+1
* Fix a braino: Linux minor device numbers are 8 bits wide and not 10.marcel1999-08-291-1/+1
* Removed dysfunctional/defunct options KERNFS_DIAGNOSTIC,bde1999-08-292-8/+2
* Merge alpha and pc98 changes into i386 MBR handling code and replace allphk1999-08-292-442/+1
* Fix a missing '-1' in the size argument of copyout in getgroups. Spotted whilemarcel1999-08-291-6/+6
* Fix various trivial warnings from LINTphk1999-08-283-5/+2
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-284-20/+20
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughmarcel1999-08-282-0/+10
* Regen after Id->FreeBSDpeter1999-08-2811-11/+11
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* $Id$ -> $FreeBSD$peter1999-08-28372-376/+376
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asmarcel1999-08-274-4/+284
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,jlemon1999-08-272-15/+13
* - Set the correct value to va_line_width while in the ioctlyokota1999-08-271-6/+17
* - Ouch! Do not assume the VESA BIOS will preserve the upper 16 bitsyokota1999-08-271-20/+20
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)peter1999-08-271-101/+104
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).peter1999-08-271-10/+9
* Use .p2align to ensure consistant a.out/elf alignment. I'd have usedpeter1999-08-251-6/+6
* It would help if things that MUST be 32 bit aligned were really 32 bitpeter1999-08-251-3/+3
* Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linuxnewton1999-08-251-2/+2
* Use ALIGN_TEXT macro for alignment to avoid ambiguity.marcel1999-08-251-2/+1
* Fix linux_newlstat in that it doesn't return the attributes of its containingmarcel1999-08-251-117/+104
* Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatmarcel1999-08-251-53/+70
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedmarcel1999-08-251-2/+2
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-256-77/+247
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysmarcel1999-08-251-86/+87
* Fix stack misalignment for Linux binaries caused by `linux_sigcode' not beingmarcel1999-08-251-1/+1
* Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.msmith1999-08-252-7/+7
* Use the far jump for the base of the page arithmatic rather than thepeter1999-08-252-6/+7
* Remove unneeded prototypes.phk1999-08-241-8/+1
* Work around a bad design in some PnP BIOS code whereby the BIOS can reachmsmith1999-08-241-2/+11
* Cosmetic: Correct the Id string.alc1999-08-241-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long, and/or vicebde1999-08-241-2/+2
* Fixed a misplaced cast to uintptr_t. Cosmetic.bde1999-08-242-14/+8
* `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.bde1999-08-231-4/+3
* Implement a version of s_lock_try that doesn't cause the next s_lockalc1999-08-231-20/+20
* Now that we can bind cdevsw to the individual dev_t, divorce the PERFMONphk1999-08-232-28/+35
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-2333-709/+147
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-233-20/+20
* The nexus_attach() code works a lot better if it's actually connected topeter1999-08-232-24/+12
* Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCKalc1999-08-233-15/+7
* - Make binary size smaller.kato1999-08-231-6/+6
* The previous fix didn't do anything if you didn't have pnp. The ICUpeter1999-08-221-2/+3
* Finish unbreaking autoconf.c includes (for non-SMP.)green1999-08-221-1/+2
* Oops, that wasn't so clever after all. struct isa_device is still apeter1999-08-222-4/+3
* Zap a heap of unused cruft now. We don't need the ISA/EISA/PCI hookspeter1999-08-221-35/+24
* Take advantage of the apm/npx code and let them identify themselves ratherpeter1999-08-222-46/+68
* Make the identify routine add itself with priority 100 to make sure itpeter1999-08-224-8/+24
OpenPOWER on IntegriCloud