summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-08-12poll proto only for userlandTheo de Raadt
1998-08-11poll() protoTheo de Raadt
1998-08-11Added 3c980, sync with pcidevsMats O Jansson
1998-08-11Added 3c980Mats O Jansson
1998-08-11put irq number on the line with the other info, not on its own lineTodd C. Miller
1998-08-10no need for microcode deps. aic is fine anywayMichael Shalayeff
1998-08-10use drq2 for record drq in gus configuration instead of flags, reported byNiels Provos
xkill@uq.net.au.
1998-08-10syncTodd C. Miller
1998-08-10allow -d option to work with -c [change screen]Todd C. Miller
1998-08-10Add SIS 5598 and some descriptinos for other SiS chips used in 5591-based ↵Todd C. Miller
motherboards. Data from http://www.halcyon.com/scripts/jboemler/pci/pcicode
1998-08-10reflect realityTodd C. Miller
1998-08-09Wait for ACK's back from the kbd controller when setting typematic rate.Todd C. Miller
Fixes a hang when starting X windows on pc's with picky kbd controllers.
1998-08-08Split ioh allocations so that the devices no longer overlap.Jason Downs
Also disable the diag return check in wdc.c for now.
1998-08-08compile when fd is not listed in config file; andrew@creep.netTodd C. Miller
1998-08-08Document the locking discipline a bit betterConstantine Sapuntzakis
1998-08-08Some programs would like to use the old tty support..., compile withDale S. Rahn
COMPAT_43
1998-08-08The world doesn't need 'em.Jason Downs
1998-08-07fix PMS_INT_DISABLETheo de Raadt
1998-08-07com.c needs to know about mem mapped ports in ppc systems.Per Fogelstrom
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit.
1998-08-07environment is there tooMichael Shalayeff
1998-08-07fdc is fdc, fd is fdMichael Shalayeff
1998-08-07Add kernel support for debugging with gdb. This also make /proc allowDale S. Rahn
access to the registers. The format of the registers returned in ptrace, /proc and in the coredump header match what gdb was expecting. Floating point registers are not yet copied into the structure. The location of the fpr needs to be found and copied. <- TODO Changes to trap.c was to add some interm debugging. code is commented out. powerpc does not currently have a MID_* type, since it uses ELF instead of a.out, one was never added. Currently the coredump is done in form of MID_NONE. What is the correct approach for this?? Elf format coredumps... maybe?
1998-08-07Remove floppy checks from ofwboot. Ramdisk is kernel, not loadef from floppy.Dale S. Rahn
1998-08-07Fix portal FS & PR #556Constantine Sapuntzakis
Basically, if file system consumes the slashes at the end of a component, don't require that the component is a directory.
1998-08-07Shrink kernels and make work for ramdisks better. (so they fit on floppy)Dale S. Rahn
1998-08-06Null mounts must be from directoriesConstantine Sapuntzakis
1998-08-06Fix the typos that prevented umap from working. They, of course, leadConstantine Sapuntzakis
to the obvious question: don't you run this stuff before you check it in? Sadly, the answer was no in this case. But, I'm trying to learn. Slowly, painfully....
1998-08-06Don't pass vclean related stuff to the lower vnode. It makes it very unhappy.Constantine Sapuntzakis
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked, vop_generic_lock and vop_generic_unlock. Create vop_generic_abortop and propogate change to all file systems. Fix PR/371. Get rid of locking in NULLFS (should be mostly unnecessary now except for forced unmounts).
1998-08-06syncMichael Shalayeff
1998-08-06add TI1220 PCI-CardBus Bridge; somebody deal w/ that NM3160 thing from intelMichael Shalayeff
1998-08-06Some small fixes for non ofw systemsPer Fogelstrom
1998-08-06Use single line geometry printing. Looks just like sd, now.Jason Downs
1998-08-05fix ifc_len == 0 hack for variable size structures.Todd C. Miller
1998-08-05add missing check for msg.msg_iovlen <= 0Todd C. Miller
1998-08-05return EMSGSIZE, not EINVAL is msg_iovlen <= 0 as per XPG 4.2Todd C. Miller
When comparing against UIO_SMALLIOV/UIO_MAXIOV check for >, not >=
1998-08-05Add IOV_MAX from XPG 4.2. This supercedes UIO_MAXIOV so mark it as such.Todd C. Miller
1998-08-05delete bogus casts of msg_iovlen to u_int since msg_iovlen is already a u_intTodd C. Miller
1998-08-04fix resid wrt debugging printfTodd C. Miller
1998-08-04fix type of resid in debugging printfTodd C. Miller
1998-08-04fix type of resid in printfTodd C. Miller
1998-08-04make resid size_tTodd C. Miller
1998-08-04make b_resid size_tTodd C. Miller
1998-08-04don't rely on b_resid being signedTodd C. Miller
1998-08-04Add hack to SIOCGIFCONF where if ifc_len is 0, fill it in with the size ↵Todd C. Miller
needed and return; Linux does this too. Suggested by cmetz@inner.net
1998-08-04Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2.Jason Downs
1998-08-04Fix by Federico G. Schwindt <fgsch@olimpo.com.br> for YM ISA PNP driverConstantine Sapuntzakis
1998-08-02cleanup ipsec error handlingNiels Provos
1998-08-02#define TUNMRU as 16384 and allow incoming packetsbrian
of up to this size rather than restricting them based on our MTU.
1998-08-01more careful error handling, some simplification and beautification.Niels Provos