Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-12-13 | Use millisends rather than microseconds in parameters to timer | Kenneth R Westerback | |
functions, and ultra-conservative calculations, to avoid possible overflow issues. Also consistant with values passed in scsi requests. Whitespace and comment tweaks. Update FreeBSD tags now that we are sync'd to the latest version. From FreeBSD aic79xx.c r1.33, aic79xx.h r1.23, aic_osm_lib.h r1.4. | |||
2004-12-13 | Set creation timestamps correctly on states learnt by pfsync that are | Christopher Pascoe | |
more than a second old. ok mcbride@ henning@ | |||
2004-12-12 | cvs expands $OpenBSD...$, so move the variable defs up so that they don't | Marc Espie | |
need a full name. | |||
2004-12-12 | unbreak after last commit to bge(4) | Brad Smith | |
2004-12-12 | Avoid using void pointers in additive expressions | Brad Smith | |
From FreeBSD ok marc@ | |||
2004-12-12 | simplify slightly, kill lvalue weirdness that's not ANSI C. | Marc Espie | |
okay nordin@ | |||
2004-12-12 | use quirk flags where appropriate. | Brad Smith | |
Based on NetBSD driver ok krw@ | |||
2004-12-12 | grammar and a little whitespace; | Jason McIntyre | |
2004-12-12 | escape punctuation; | Jason McIntyre | |
2004-12-12 | pick up missing ioctls for ieee80211, carp, pfsync, and pppoe; ok fgsch@ | Christian Weisgerber | |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie | |
2004-12-12 | wait till we have root mounted before trying to upload firmwares | David Gwynne | |
2004-12-12 | sync | Theo de Raadt | |
2004-12-12 | support 3 buffalo pcmcia ns2k devices found in japan (one of which is CF) | Theo de Raadt | |
2004-12-12 | csh-style ! history completion, which can be activated by using | Theo de Raadt | |
set -o csh-history (off by default) this is not feature complete, and likely never will be. no ^ and ! has some oddities ... ksh's internal history stuff has got some very odd behaviours that are rather nasty ok various developers | |||
2004-12-12 | remove old microcode include | Theo de Raadt | |
2004-12-12 | fix proto | Theo de Raadt | |
2004-12-12 | a hack to read MAC address correctly on big endian; ok drahn | Peter Valchev | |
however a correct clean way to do this should be found | |||
2004-12-12 | backout the original method of reattaching a usb device now that we have | David Gwynne | |
something better and more flexible to use. | |||
2004-12-12 | do a better reattachement of this device | David Gwynne | |
2004-12-12 | get rid of uhub_reset_device | David Gwynne | |
2004-12-12 | better way to do the reattachement of a device | David Gwynne | |
2004-12-12 | add quirk lookup table, isn't used for anything at the moment | Brad Smith | |
except printing the ASIC model and rev in dmesg. will be used instead of checking ASIC revs all over the place. From NetBSD | |||
2004-12-11 | -pipe for everyone. | Miod Vallat | |
mac68k users, be sure to upgrade to the latest snapshot first [or upgrade as(1)]. | |||
2004-12-11 | SADB_X_EXT_LIFETIME_LASTUSE is always defined | Markus Friedl | |