summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-21distinguish between unreadable directories and non packages.Marc Espie
problem found by John L. Scarfone, who runs a paranoid root.
2004-02-21First regression test for pkg_add, checking packages-specs lists.Marc Espie
(the nice thing about having this as perl modules is that we CAN write regression tests)
2004-02-21keep O_NONBLOCK after teh tcp sessions are established, claudio okHenning Brauer
2004-02-21typoMarc Espie
2004-02-21SCSI_DATA_OUT doesn't mean transfer from host in all cases, whenAlexander Yurchenko
requesting sense we reuse the same scsi xfer so flags lie and we should check for C_SENSE too. Eliminates pciide timeouts at the end of every burning with cdrecord. Bug introduced, found and then fixed by costa@. ok costa@ krw@
2004-02-21Implement the arm pthreads pieces, only two regress fails, preemption_floatDale Rahn
and sigmask.
2004-02-21syncTheo de Raadt
2004-02-21commit man page always, on all architecturesTheo de Raadt
2004-02-21syncTheo de Raadt
2004-02-21syncTheo de Raadt
2004-02-21move sparc64 to gcc3. to move up please install a snapshot (or, installTheo de Raadt
this, build the right gcc, do a make build and pray)
2004-02-21aperture stuffTheo de Raadt
2004-02-21much more gooTheo de Raadt
2004-02-21Note that some BIOSes have a 128 GB hard disk addressing limit.Tom Cosgrove
Found by Marco Peereboom. ok jmc@, miod@, nick@, weingart@
2004-02-21kill old copies of gcc-localMarc Espie
2004-02-21+gcc-local, common to both gcc versions.Marc Espie
2004-02-21lose gcc-local as well.Marc Espie
2004-02-21zap cccp.1, install phantom info.Marc Espie
ok theo
2004-02-21Tidy up installboot -v output.Tom Cosgrove
requested by and ok deraadt@
2004-02-21Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, andKenneth R Westerback
UMASS_QUIRK_FORCE_SHORT_INQUIRY. Fixes a bunch of USB devices. Based on work by Mycroft in NetBSD. ok tdeval@ deraadt@.
2004-02-21Correctness is also not using err(1, "out of memory") if malloc()Tom Cosgrove
fails (per err(3)). Ditto for strdup(). ok henning@
2004-02-21Fix a race. scsi_done() can free a scsi_xfer, so relying on the valuesKenneth R Westerback
of fields in the scsi_xfer after scsi_done() could have been called is bad. cdrecord can now safely burn cd's at high speeds. Found by grange@, original diff by costa@, cleaned up by grange@ and further polished by me following input from deraadt@. ok grange@ costa@ deraadt@.
2004-02-21Tidy up installboot -v output.Tom Cosgrove
requested by and ok deraadt@
2004-02-20do not install a ccpp.1 linkTheo de Raadt
2004-02-20turn off TRAP_SIGDEBUGTheo de Raadt
2004-02-20uppercase CRT;Jason McIntyre
2004-02-20- uppercase CRTJason McIntyre
- kill .Pp before list - \\ -> \e - "" -> .Sq
2004-02-20Make passwd understand master.passwd.byname so it can work in a secureMats O Jansson
environment. Patch from llx at hitech dot ch, modified by me. -moj ok henning@
2004-02-20use an old syscall (int $0x80) for the sigreturn; otherwise %rcx is trashed.Theo de Raadt
we've been chasing this for 2 weeks.. finally spotted by kettenis@chello.nl
2004-02-20bring back old cdelay & ldelay code, make it work; millert okTheo de Raadt
2004-02-20add `ruler' to the list of helpful options;Jason McIntyre
suggested by millert@
2004-02-20Print ifname in PFSYNC_ACT_CLR message if present.Ryan Thomas McBride
2004-02-20add section on helpful ex options;Jason McIntyre
suggested by and ok millert@
2004-02-20Make pfsync deal with clearing states bound to a group or interface (egRyan Thomas McBride
pfctl -i fxp0 -Fs). Also don't send out individual state deletions if we're sending a clear message, move pfsync_clear_states() inside splnet, and fix if_pfsync.h includes in pf.c and pf_ioctl.c. ok cedric@ dhartmei@
2004-02-20RegenMiod Vallat
2004-02-20PKG_DESTDIR / -B support in pkg_add.Marc Espie
2004-02-20Regen; except for alpha, the only changes are in comments.Miod Vallat
2004-02-20MAKEDEV.8 improvement pack:Miod Vallat
- refer to the section 4 manual page for every device target, whenever possible - repair a few minor quoting errors - repair a few sorting errors - fix a few device descriptions (ideally they would be synched with the .Nd line of their manpages, but we are not there... yet) - minor mdoc fixes Thanks to jmc@ for review and a lot of constructive criticism.
2004-02-20move wildcard rewriting down. Allows flavors in package-specs toMarc Espie
properly contain a dot and other fun characters. Reported by Jason Ish. Survives a full ports build.
2004-02-20mmclock is long dead, conflicts with rd even.Miod Vallat
2004-02-20cleanup of 6.2: Options, set, and editor startup filesJason McIntyre
- remove options we don't support - correct default values - nicer formatting of table - remove reference to edit
2004-02-20correctness is err vs. errx useHenning Brauer
From: Pedro Martelletto <pbastos@rdc.puc-rio.br>
2004-02-20ypbin creates /var/yp/binding/<domainname>.<version> and /var/run/ypbind.lockHenning Brauer
using open(2) with mode 0644 - however, these files _have_ to be world readable, and open's mode is subject to umask. do an explicit fchmod after open to set the mode to 0644 regardless of umask. ok maja@ deraadt@
2004-02-20More small adjustments of log messages.Hans-Joerg Hoexer
2004-02-20This is amd64, not i386.Miod Vallat
2004-02-20- sort options and SYNOPSISJason McIntyre
- better document which options do/don't work together - add sections showing some possible uses of nc - code (comment) typos - sync usage() and help suggestions/improvements from otto@ ok deraadt@
2004-02-20- document .In, .Ex, and .RvJason McIntyre
- keep the description of .Cd on one line - note that .Fd may be used w/ section 9 pages
2004-02-20- add .In macro for include headersJason McIntyre
- remove obsolescent .Ex cruft - do not separate .%A with a comma if there are only two authors (from itojun@'s commit to NetBSD) - escape -1 in .Rv - add .Ex macro for exit values ok millert@
2004-02-20Fix some double free errors. While around, adjust a log message.Hans-Joerg Hoexer
ok ho@
2004-02-20typoTheo de Raadt