Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-14 | sendto() takes socklen_t as an argument; ok henning@ | Darren Tucker | |
2004-12-14 | Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN, | Ryan Thomas McBride | |
prevents a possible endless loop in pf_get_sport() with 'static-port' Reported by adm at celeritystorm dot com in FreeBSD PR74930, debugging by dhartmei@ ok dhartmei@ | |||
2004-12-14 | no need to look into ip_carp.h anymore | Michael Shalayeff | |
2004-12-14 | move ioctls together w/ all other ifaces; mcbride@ ok | Michael Shalayeff | |
2004-12-14 | typhoon microcode file build | Theo de Raadt | |
2004-12-14 | txp(4) late firmware loading, written somewhere over the pacific, tested | Theo de Raadt | |
by mcbride, reduces size of the kernel | |||
2004-12-14 | cleaner error handling on connection setup and in case of connection | Jean-Francois Brousseau | |
failure | |||
2004-12-14 | one more rc.conf -> rc.conf.local; | Jason McIntyre | |
2004-12-14 | convert to mdoc; | Jason McIntyre | |
2004-12-14 | move the cvsrc example stuff to cvsrc.5; | Jason McIntyre | |
make it clearer that $HOME/.cvsrc is the user config file; add a reference to cvsrc(5) in cvs(1) SEE ALSO; ok xsa@ (actually this started life as a diff from him...) | |||
2004-12-14 | mention /var/backups; | Jason McIntyre | |
ok otto@ | |||
2004-12-13 | sync authpf anchor syntax; | Jason McIntyre | |
also, spelling while i'm in here; from joel knight; | |||
2004-12-13 | move splsoftnet() below ACCEPT_FLAGS(), which contains a potential return. | Daniel Hartmeier | |
from Max Laier. | |||
2004-12-13 | typo, ok jmc@ | Pedro Martelletto | |
2004-12-13 | Uncomment yds(4) which is reported to work by Jim Dew. OK deraadt@ | Todd C. Miller | |
2004-12-13 | return early if no files are ready to be commited | Jean-Francois Brousseau | |
2004-12-13 | yet another mistake in the protocol docs...even if we send the | Jean-Francois Brousseau | |
appropriate Entry for a file which was lost locally, the server responds with a Created, so we must remove the previous entry before replacing it with the one we receive. | |||
2004-12-13 | pull all the conflict checking code into one single function, makes | Marc Espie | |
things much simpler... | |||
2004-12-13 | since we store dependencies we looked at, show them in the clue() message, | Marc Espie | |
so that people can try to figure out why the library wasn't found. | |||
2004-12-13 | Only warn if we try to cp(1) a socket. Consequently, this makes | Otto Moerbeek | |
mv(1)ing trees containing sockets across filesystems much more smooth. ok millert@ tedu@ fgsch@ pedro@ deraadt@ | |||
2004-12-13 | Use warnx() instead of warn() in four places where we know errno is zero. | Otto Moerbeek | |
ok henning@ fgsch@ pedro@ millert@ | |||
2004-12-13 | get rid of void* arithmetic to nuke another gcc warning | Jean-Francois Brousseau | |
2004-12-13 | fix test for syswrite errors: zero returns are legitimate. | Marc Espie | |
2004-12-13 | avoid brutal exits from loop. | Marc Espie | |
2004-12-13 | Store the local ethernet address in struct arpcom and suddenly mc(4) starts | Claudio Jeker | |
working. OK miod@ | |||
2004-12-13 | free the buffer used to receive a file in the Updated response handler | Jean-Francois Brousseau | |
and saner handling of checksums spotted by and discussed with Joris Vink | |||
2004-12-13 | Regen (including /dev/crypto support not regen'ed last time) | Miod Vallat | |
2004-12-13 | Fix tun major | Miod Vallat | |
2004-12-13 | if we fail to generate a file's checksum, print the path of the file | Jean-Francois Brousseau | |
as part of the error message | |||
2004-12-13 | Dead meat. | Miod Vallat | |
2004-12-13 | Restore sp before calling snptreef() so the error message contains | Todd C. Miller | |
the actual expression that caused the error. OK otto@ | |||
2004-12-13 | whitespace botches | Henning Brauer | |
2004-12-13 | Remove duplicate declarations already in <sys/conf.h>, as well as duplicate | Miod Vallat | |
pts/ptc declaration on majors 20 and 21. No functional change. | |||
2004-12-13 | print full path of .cvsrc in log messages; jfb@ ok. | Xavier Santolaria | |
2004-12-13 | standard EXAMPLES; | Jason McIntyre | |
2004-12-13 | more references to hier(7), from mickey; | Jason McIntyre | |
2004-12-13 | Use PAGE_SIZE instead of hardcoded 4096 value. | Alexander Yurchenko | |
ok miod@ pefo@ | |||
2004-12-13 | make hier(7) more visible; | Jason McIntyre | |
tweak some stuff while i'm in here; | |||
2004-12-13 | sync SYNOPSIS and usage(); | Jason McIntyre | |
ok jfb@ | |||
2004-12-13 | Sanity check owner and permissions of privsep directory, like sshd does; | Darren Tucker | |
ok henning@ | |||
2004-12-13 | Check for error status from poll() too; ok henning@ | Darren Tucker | |
2004-12-13 | Discard replies with alarm flag set or invalid stratum; ok henning@ | Darren Tucker | |
2004-12-13 | zap lvalue assignment, okay markus@. approved miod@ | Marc Espie | |
2004-12-13 | make sure the isakmpd_s has id_r/s set; ok hshoexer, ho | Markus Friedl | |
2004-12-13 | endian fixes, ie, atu will now work on big endian architectures. | David Gwynne | |
2004-12-13 | set the buffer up before we try to use it. fixes a panic on sparc64 which | David Gwynne | |
didn't manifest on i386 for some reason. | |||
2004-12-13 | regen | Kevin Lo | |
2004-12-13 | add ATI Radeon Mobility 9200. ok deraadt@ | Kevin Lo | |
2004-12-13 | Oops. Missed one chunk when sync'ing with FreeBSD r1.30. | Kenneth R Westerback | |
2004-12-13 | permit protocol name longer than 3 letters. canacar ok | Jun-ichiro itojun Hagino | |