summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-02-03modify plus_constant_wide to provide the address of frame pointer plus zero ↵Hiroaki Etoh
constant.
2003-02-03modify simplify_plus_minus not to assign the address of frame pointer plus ↵Hiroaki Etoh
no constant.
2003-02-03allocate a space (keep=5) to return a structure, not protecting it as a ↵Hiroaki Etoh
character string.
2003-02-03typos;Jason McIntyre
from netbsd(svs+pr@grep.ru) suggested by deraadt@
2003-02-03don't call error() for readonly /dev; from soekris list; ok mcbride,Markus Friedl
henning, deraadt.
2003-02-03More cleanup in tables thanks to Andrey Matveev:Cedric Berger
- get rid of unnecessary header netinet/in.h in pfctl_radix.c and pfctl_table.c - do fclose(3) only when we use config file, not STDIN - get rid of unneeded temporatory variables - minor KNF
2003-02-03syncJason Wright
2003-02-03lanergy appian pci lite; peter.galbavy at knowtion.netJason Wright
2003-02-03fix be(4) part number here as well.Federico G. Schwindt
2003-02-02typo in anchor sectionHenning Brauer
From: Eduardo Augusto Alvarenga <eduardo at thrx.dyndns.org>
2003-02-02adjust after pfctl change; parse_rules doesn't take opts seperately any moreHenning Brauer
2003-02-02there is no need to pass opts to parse_rules explicitely; it's passed asHenning Brauer
part of the struct pfctl.
2003-02-02nicer indentation in the queue exampleHenning Brauer
inspired by a mail to tech@ from Eduardo Augusto Alvarenga <eduardo at thrx.dyndns.org>
2003-02-02no const for int; cedric@Henning Brauer
2003-02-02More paranoia when opening temp file; don't follow symlinks andTodd C. Miller
require that the link count be one. Prompted by a report from Marc Bevand. deraadt@ OK
2003-02-02const'ify params for the host stuffHenning Brauer
ok theo
2003-02-02When disk activity exceeds 100kB/s divide length of bar by 10s and reportHenning Brauer
factor on RHS screen. from netbsd (dsl@) ok theo
2003-02-02as correctly pointed out by cedric@, the :network and :broadcast parsingHenning Brauer
code really belongs to host_if() and not host(); I dunno why I did put it in host()... ok dhartmei@ deraadt@
2003-02-02knf & ansi; drahn okTheo de Raadt
2003-02-02pass BSDSRCDIR in environment to submakes.Marc Espie
This `repairs' setting up BSDSRCDIR in /etc/mk.conf and nowhere else.
2003-02-02add support for key exchange guesses; based on work byMarkus Friedl
avraham.fraenkel@commatch.com; fixes bug #148; ok deraadt@
2003-02-02call okname() only when using system(3) for remote-remote copy;Markus Friedl
fixes bugs #483, #472; ok deraadt@, mouring@
2003-02-02:%s/MEXTALLOC/MEXTMALLOC/g; pointed out by angelosJason Wright
2003-02-02We don't need to include bsd.man.mk explicitly, bsd.lib.mk pullsTodd C. Miller
it in if it is needed. We do need a fake maninstall target ifdef NOMAN though. This prevents dhcp-options.5 from being installed if NOMAN is set.
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-02-02Real (although generic) negotiation results message during boot.Kenneth R Westerback
2003-02-01More leftovers from when we thought we could attach a pckbc to gscMiod Vallat
2003-02-01Test programs for dependant shared library constructors.Dale Rahn
2003-02-01quite some KNF & ANSIHenning Brauer
ok theo
2003-02-01rcsidJason Wright
2003-02-01Probably should recurse into the new test...Jason Wright
2003-02-01add -f flag so the device can be specified, and make sure the device isJason Wright
an audio device (ioctl(... AUDIO_GETINFO ...) should do).
2003-02-01audio encoding testerJason Wright
2003-02-01typos;Jason McIntyre
added .Fl to flags for boot_* ok deraadt@
2003-02-01typos;Jason McIntyre
chat(8): removed reference to uucico(8) ok deraadt@
2003-02-01Make it build without INET6 again.Daniel Hartmeier
2003-02-01The network interface is not mandatory for translation rules.Ryan Thomas McBride
ok dhartmei@
2003-02-01m_pad() is expected to have free'd the mbuf if it returns NULL, soDaniel Hartmeier
free it in one (rare) error condition. ok angelos@
2003-02-01Fix out-of-bounds access to nl[255], found by naddy@ in context ofDaniel Hartmeier
propolice. ok theo@
2003-02-01Look, noone cares if you run of out rx descriptors and whining about it just ↵Jason Wright
makes the situation worse.
2003-02-01syncTheo de Raadt
2003-02-01how about installing those new man pagesTheo de Raadt
2003-02-01ansiTheo de Raadt
2003-02-01RegenMiod Vallat
2003-02-01Correct 715/100XC machine name, per openpa.net. mickey@ okMiod Vallat
2003-02-01from Chris Pascoe <c.pascoe@itee.uq.edu.au>:Chris Cappuccio
Fix multicast bug; internal multicast members' list was not initialized correctly. Also, begin to make vlan less ether specific - TR and FDDI could also be supported.
2003-01-31do not merge the rodata sections into the .text . they could be moved above ↵Michael Shalayeff
4m later should there be too much code
2003-01-31Fix Xr listMiod Vallat
2003-01-31Concise manual pages for gsckbc and gsckbd.Miod Vallat
2003-01-31sync w/ generic and correct minirotsizeMichael Shalayeff