summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-11syncTheo de Raadt
2004-05-11zap false rcsTheo de Raadt
2004-05-11put mdtphy onto install mediaTheo de Raadt
2004-05-11Just because we get an error running a command doesn't mean thatTodd C. Miller
lint should exit -- it may have other files to process. Currently, the exit code is not propagated up to lint's final call to terminate(). Requested by and OK deraadt@
2004-05-10when doing user mounts, inherit the MNT_NOEXEC flag from the coveredPedro Martelletto
vnode's mount point. this makes it impossible for a user to bypass the noexec protection of a mount point by null-mounting it on top of itself. ok tedu@ millert@
2004-05-10Manpage for mediabayDale Rahn
2004-05-10mediabay driver to configure ata bus attached to CD on pismo PowerbookDale Rahn
tested by Glen Barney and Okan Demirmen.
2004-05-10write filter and lock bpf descriptor before dropping privileges,Can Erkin Acar
with help from otto@, tested by mickey@ and jolan@, ok deraadt@
2004-05-10Describe load average and remove useless "BUG". OK deraadt@Todd C. Miller
2004-05-10auich for amd64. OK deraadt@Marco S Hyman
2004-05-10ugly hackery for auich support on amd64.Marco S Hyman
Will not work on machine with > 4G phys memory. OK deraadt@
2004-05-10unbreak chsh, ok millertPeter Stromberg
2004-05-10syncTheo de Raadt
2004-05-1064 bit gcc whinesTheo de Raadt
2004-05-10Remove prototype conflicting with new libreadline.Mark Kettenis
ok deraadt@, otto@, pval@
2004-05-10Resolve conflicts for GNU readline 4.3p5.Mark Kettenis
ok deraadt@, otto@, pval@
2004-05-10GNU readline 4.3p5Mark Kettenis
2004-05-10Check return value of fclose() calls after writing.Otto Moerbeek
ok deraadt@ tdeval@
2004-05-10missing casts spotted by 64 bit ccTheo de Raadt
2004-05-1064bit gcc saw missing castTheo de Raadt
2004-05-10correct description of bus_dmamap_sync; help & ok mickeyPeter Valchev
2004-05-10Check select in addition to poll (they should produce the same results).Todd C. Miller
Run tests 4 times: with and without blocking and with and without a timeout for poll/select. Results match Solaris.
2004-05-10double the command line buffer size (1024 -> 2048); ok millert deraadtPeter Valchev
2004-05-10Do not always print banner page.Otto Moerbeek
ok henning@ millert@
2004-05-10regenPeter Galbavy
2004-05-10Add Vendor ID for Ralink Technology and one product, the RT2460A,Peter Galbavy
found in my MSI865 system. ok deraadt@, millert@
2004-05-10add /usr/local/sbin to root's .cshrcPeter Galbavy
reorder path to place /usr/X11R6/bin before /usr/local/{bin,sbin} sync .profile PATH with .cshrc path ok deraadt@, millert@
2004-05-10knfTheo de Raadt
2004-05-10remove iso crud, and other misc cleanups; millert okTheo de Raadt
2004-05-10using a horrid hack: permit long long. millert okTheo de Raadt
2004-05-10delint; millert okTheo de Raadt
2004-05-10Make the accept socket non-blocking. Should not matter since weTodd C. Miller
use select anyway but seems like a good idea since we really don't want cron to block...
2004-05-10Get rid of the ancient "clobber" command. It was really only for debuggingTodd C. Miller
purposes. Noticed and OK by deraadt@
2004-05-10regenPeter Galbavy
2004-05-10New USB card reader (in an MSI865 chassis).Peter Galbavy
OnSpec also appears to have a new Vendor ID, from NetBSD. ok deraadt@
2004-05-10regen. This and previous: ok deraadt@Peter Galbavy
2004-05-10PCI IDs found on an MSI865 system; NEC Firewire and Intel dumb-modemPeter Galbavy
2004-05-10Make the time getting frame buffer depth earlier. Without thisKenji Aoyama
modification, bitmap console depth is always 4, because consinit() is called before cpu_startup(). And use frame buffer depth bits(1,4,8) rather than mask value(0x01, 0x0f, 0xff), same as the value in ROM work area. ok miod@
2004-05-10when adding a new group to /etc/groups, place it just before the firstTheo de Raadt
+ entry. assistance from tdeval and otto. this is the first half of pr 3727, brendan@cs.uchicago.edu
2004-05-10When external power is not available, the tadpole video hardware getsMiod Vallat
stuck in a weird mode, where not all acceleration functions are available, and I could not figure out how to reset the chip strongly enough to leave this mode. Try to compensate by checking whether the external power has been removed, when we set up the accelerated rasops (this will not cope with power being removed after bootup, yet).
2004-05-10strtonum conversion and better input checking of integer values; ok deraadt@Jason Ish
2004-05-10Select the Latin-1 8x16 font as the default 8x16 font, instead of theMiod Vallat
IBM 8x16 one. ok deraadt@
2004-05-10prettyTheo de Raadt
2004-05-10obliterate undef, ok miodJolan Luff
2004-05-10anotherJolan Luff
2004-05-10Make sure advskew set correctly in advertisement when configured to a valueRyan Thomas McBride
greater than 240. From Frank Denis <j@pureftpd.org>, PR3774.
2004-05-09does not need to link getmntopts.c itselfTheo de Raadt
2004-05-09delintTheo de Raadt
2004-05-09delintTheo de Raadt
2004-05-09spacesTheo de Raadt