summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1998-08-07Shrink kernels and make work for ramdisks better. (so they fit on floppy)Dale S. Rahn
1998-08-07Add correct handling of more systemcalls. either not implemented beforeDale S. Rahn
1998-08-07changes to shrink compressed ramdisk size so that it would fit on floppy.Dale S. Rahn
1998-08-07Directories can't be opened for writing these days.Constantine Sapuntzakis
1998-08-07Support PAGER environment vairable in conjuction with the 'M' command.Todd C. Miller
1998-08-06Null mounts must be from directoriesConstantine Sapuntzakis
1998-08-06Fix the typos that prevented umap from working. They, of course, leadConstantine Sapuntzakis
1998-08-06Can't use MSG_EOR with a stream socket.Constantine Sapuntzakis
1998-08-06Don't pass vclean related stuff to the lower vnode. It makes it very unhappy.Constantine Sapuntzakis
1998-08-06there is no <sys/kinfo*.h> and s/KINFO_PROC/KERN_PROC/kstailey
1998-08-06there is no <sys/kinfo.h>kstailey
1998-08-06there is no <sys/kinfo.h>kstailey
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
1998-08-06Mention new extened help and some minor cleanupsTodd C. Miller
1998-08-06add more detailed help accessible via '? [abcdmpMqrsuwxe]'Todd C. Miller
1998-08-06syncMichael Shalayeff
1998-08-06add TI1220 PCI-CardBus Bridge; somebody deal w/ that NM3160 thing from intelMichael Shalayeff
1998-08-06Don't enumerate every arch in the #if since all OpenBSD platforms use the sam...Todd C. Miller
1998-08-06fix fortune call; matter@superlink.netMichael 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-06netintro(4); hwr@pilhuhn.deTheo de Raadt
1998-08-05mention new SIOCGIFCONF semanticsTodd C. Miller
1998-08-05fix ifc_len == 0 hack for variable size structures.Todd C. Miller
1998-08-05IOV_MAX, not UIO_MAXIOVTodd 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
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-0512 seconds not 30. But I am just about to remove the kill and waitTheo de Raadt
1998-08-05setuid/setgid caveats; formTheo de Raadt
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-04typoJason Downs
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 neede...Todd C. Miller
1998-08-04Use MACHINE_ARCH, not MACHINE when installing .ph files; pefo@opsycon.seTodd C. Miller
1998-08-04Change K6 3D to K6-2 (ewww) and set the Intel 686 model 5 as a P2.Jason Downs
1998-08-04Fix definition of high port and tell where they come from; noted by karls@ine...Todd C. Miller
1998-08-04fix parsing on chat script when passed on the command line; problem noted by ...Todd C. Miller
1998-08-04Fix by Federico G. Schwindt <fgsch@olimpo.com.br> for YM ISA PNP driverConstantine Sapuntzakis
1998-08-04note hamburger, potato and B-25Michael Shalayeff
1998-08-03Use UID_MAX, not UINT_MAX. Rename remove_trailing_space() to trim_whitespace...Todd C. Miller
1998-08-03use __prognameTodd C. Miller
1998-08-03update to ncurses-4.2-980801Todd C. Miller
1998-08-03Set SO_REUSEADDR on printer/tcp service (port 515); csapuntz@clearviewtech.comTodd C. Miller
1998-08-03no toehold; emory@hellyeah.comTheo de Raadt