aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.Poul-Henning Kamp1999-09-015-0/+10
* Try to win back the "removal of most crufty code" trophy from markm:Poul-Henning Kamp1999-09-013-104/+33
* Try and commit the tun comment fix again; I have no idea why thereJordan K. Hubbard1999-09-011-1/+1
* Eliminate some magic numbers.Peter Wemm1999-09-011-4/+4
* ppp(1) -> ppp(8)Brian Somers1999-09-011-1/+1
* Make buffered acces to bdevs from userland controllable withPoul-Henning Kamp1999-08-312-2/+2
* C-NET(9N)C support (PC-98 only).Yoshihiro Takahashi1999-08-311-13/+42
* Make the error return from mem_range_attr_get actually do something usefulMike Smith1999-08-311-3/+5
* Check that there is memory range support before attempting to perform suchMike Smith1999-08-301-2/+14
* Null commit to get last commit message recorded:Poul-Henning Kamp1999-08-301-0/+1
* *** empty log message ***Poul-Henning Kamp1999-08-301-2/+2
* Wrong sleep addr passed to wakeup.Luoqi Chen1999-08-301-1/+1
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-302-0/+6
* Converted the silly SAFTEY option into a new-style option by renaming it toBruce Evans1999-08-302-12/+0
* ident GENERIC -> ident PCCARDMitsuru IWASAKI1999-08-291-1/+1
* Fix a braino: Linux minor device numbers are 8 bits wide and not 10.Marcel Moolenaar1999-08-291-1/+1
* Removed dysfunctional/defunct options KERNFS_DIAGNOSTIC,Bruce Evans1999-08-292-8/+2
* Merge alpha and pc98 changes into i386 MBR handling code and replace allPoul-Henning Kamp1999-08-292-442/+1
* Fix a missing '-1' in the size argument of copyout in getgroups. Spotted whileMarcel Moolenaar1999-08-291-6/+6
* Fix various trivial warnings from LINTPoul-Henning Kamp1999-08-283-5/+2
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-284-20/+20
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughMarcel Moolenaar1999-08-282-0/+10
* Regen after Id->FreeBSDPeter Wemm1999-08-2811-11/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28372-376/+376
* Add sysctl variables for the Linuxulator. These reside under `compat.linux' asMarcel Moolenaar1999-08-274-4/+284
* Reference the correct gdt[] entry on SMP. Remove the `generation' flag,Jonathan Lemon1999-08-272-15/+13
* - Set the correct value to va_line_width while in the ioctlKazutaka YOKOTA1999-08-271-6/+17
* - Ouch! Do not assume the VESA BIOS will preserve the upper 16 bitsKazutaka YOKOTA1999-08-271-20/+20
* A few style changes (fixes hopefully) and some more tidying up. Fix (?)Peter Wemm1999-08-271-101/+104
* Don't return 0 for an unknown ioctl (!). This was breaking ppp(8).Peter Wemm1999-08-271-10/+9
* Use .p2align to ensure consistant a.out/elf alignment. I'd have usedPeter Wemm1999-08-251-6/+6
* It would help if things that MUST be 32 bit aligned were really 32 bitPeter Wemm1999-08-251-3/+3
* Replace ".align 2" with "ALIGN_TEXT" as per recent discussion re: the linuxMark Newton1999-08-251-2/+2
* Use ALIGN_TEXT macro for alignment to avoid ambiguity.Marcel Moolenaar1999-08-251-2/+1
* Fix linux_newlstat in that it doesn't return the attributes of its containingMarcel Moolenaar1999-08-251-117/+104
* Fix {g|s}etgroups semantics. We use cr_groups[0] to hold egid. This means thatMarcel Moolenaar1999-08-251-53/+70
* Fix lingo: 'is not implemented or obsoleted' is not the same as 'is obsoletedMarcel Moolenaar1999-08-251-2/+2
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-256-77/+247
* Change all UNIMPL syscalls to STD and add them to linux_dummy. Now we alwaysMarcel Moolenaar1999-08-251-86/+87
* Fix stack misalignment for Linux binaries caused by `linux_sigcode' not beingMarcel Moolenaar1999-08-251-1/+1
* Rename 'bios_jmp' to 'bios16_jmp' to make it clear what it's related to.Mike Smith1999-08-252-7/+7
* Use the far jump for the base of the page arithmatic rather than thePeter Wemm1999-08-252-6/+7
* Remove unneeded prototypes.Poul-Henning Kamp1999-08-241-8/+1
* Work around a bad design in some PnP BIOS code whereby the BIOS can reachMike Smith1999-08-241-2/+11
* Cosmetic: Correct the Id string.Alan Cox1999-08-241-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long, and/or viceBruce Evans1999-08-241-2/+2
* Fixed a misplaced cast to uintptr_t. Cosmetic.Bruce Evans1999-08-242-14/+8
* `bootdev' is an ordinary u_long, so don't cast it to a pointer to print it.Bruce Evans1999-08-231-4/+3
* Implement a version of s_lock_try that doesn't cause the next s_lockAlan Cox1999-08-231-20/+20